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/weblog.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'templates/weblog.html') diff --git a/templates/weblog.html b/templates/weblog.html index a20f356..88abf61 100644 --- a/templates/weblog.html +++ b/templates/weblog.html @@ -2,8 +2,11 @@ {% block content %}
{% for post in paginator.pages %} -
-

{{ post.title }}

+
+

+ {{ post.title }} + {{ post.date | date }} +

{% if post.summary %} {{ post.summary | safe }} {% endif %} -- cgit v1.2.3