From 54ac714da7175a8a08239e500a4e75a48b97d97e Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 24 Dec 2022 18:10:17 +0000 Subject: Initial version of generator Generation of feed page and post pages are supported. Markdown to html conversion seems working. At least there is nothing strange with hello-world example. --- templates/feed.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/feed.html (limited to 'templates/feed.html') diff --git a/templates/feed.html b/templates/feed.html new file mode 100644 index 0000000..ee1411e --- /dev/null +++ b/templates/feed.html @@ -0,0 +1,23 @@ + + + + + + + Blog + + + + {% if posts %} + + {% endif %} + + + -- cgit v1.2.3-70-g09d2