From e77fbf2e971aca484b8826f9530041fd162b16d9 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sun, 25 Dec 2022 19:31:44 +0000 Subject: Use style file from Bear blog by Herman Martinus --- templates/feed.html | 52 ++++++++++++++++++++++++++++++++++++++++------------ templates/post.html | 29 ++++++++++++++++++++++++----- 2 files changed, 64 insertions(+), 17 deletions(-) (limited to 'templates') diff --git a/templates/feed.html b/templates/feed.html index ee1411e..b8fc4bf 100644 --- a/templates/feed.html +++ b/templates/feed.html @@ -4,20 +4,48 @@ - Blog + + + + blog.ilvokhin.com + - - {% if posts %} - - {% endif %} + +
+ +

blog.ilvokhin.com

+
+
+ +
+ + +{% if posts %} + +{% endif %} + + +
diff --git a/templates/post.html b/templates/post.html index 088b2f6..82250f8 100644 --- a/templates/post.html +++ b/templates/post.html @@ -4,14 +4,33 @@ - {{ title }} + + + + {{ title }} | blog.ilvokhin.com + - -

{{ title }}

-

{{ date }}

+ +
+ +

blog.ilvokhin.com

+
+
+ +
+
+

{{ title }}

+

+
+ + + {{ content|safe }} + - {{ body|safe }} +
-- cgit v1.2.3-70-g09d2