From 6fd1a9f7d649999c627c50872a88d31ccfed6ae1 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sun, 25 Dec 2022 19:40:10 +0000 Subject: Refere to style.css from root --- blog/blog.py | 1 + templates/feed.html | 2 +- templates/post.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/blog/blog.py b/blog/blog.py index aa7bc82..8af9589 100644 --- a/blog/blog.py +++ b/blog/blog.py @@ -22,6 +22,7 @@ def find_posts(template, basedir): posts.append(Post(template, os.path.join(basedir, subdir))) return posts + def copy_share(workdir): for filename in os.listdir("share"): source = os.path.join("share", filename) diff --git a/templates/feed.html b/templates/feed.html index b8fc4bf..86013bb 100644 --- a/templates/feed.html +++ b/templates/feed.html @@ -8,7 +8,7 @@ blog.ilvokhin.com - + diff --git a/templates/post.html b/templates/post.html index 82250f8..5c4fef5 100644 --- a/templates/post.html +++ b/templates/post.html @@ -8,7 +8,7 @@ {{ title }} | blog.ilvokhin.com - + -- cgit v1.2.3-70-g09d2