From 3caa2027c4c0d77c2706aac5356ce4aa666379a1 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Fri, 13 Mar 2020 18:28:40 +0300 Subject: style/layout changes; gitignore --- templates/page.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index 66faa93..4a3c86c 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,10 +1,9 @@ {% extends "base.html" %} {% block content %} {% set post = page %} -
+

{{ post.title }}

-

{{ post.date }}

-
+

Published on: {{ post.date | date(format="%b %d, %Y %H:%M Zulu") }}

{{ post.content | safe }}
{% endblock %} -- cgit v1.2.3