From 9286a2b68546f968282eadf2c519ebef3def9b70 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Mon, 20 Apr 2020 16:07:59 +0300 Subject: style changes; landing page --- templates/page.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index 4a3c86c..5fc80db 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,9 +1,12 @@ {% extends "base.html" %} -{% block content %} {% set post = page %} -
-

{{ post.title }}

-

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

- {{ post.content | safe }} -
+{% block header %} +

{{ page.title }}

+

Published {{ page.date | date(format="%b %d, %Y + %H:%M UTC") }} on Yaroslav's weblog

+{% endblock %} +{% block content %} +
+ {{ page.content | safe }} +
{% endblock %} -- cgit v1.2.3