From 41bd0ad58e44244fe67cb36e066d4bb68738516f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 29 Mar 2024 01:30:23 -0500 Subject: massive re-write from org-publish to weblorg --- theme/templates/blog.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 theme/templates/blog.html (limited to 'theme/templates/blog.html') diff --git a/theme/templates/blog.html b/theme/templates/blog.html new file mode 100644 index 0000000..b3b3a3f --- /dev/null +++ b/theme/templates/blog.html @@ -0,0 +1,14 @@ +{% extends "base.html" %} + +{% block subtitle %}Blog | {% endblock %} +{% block main %} +

Blog

+

Use Ctrl + F to search blog post titles for keywords.

+

You can also add the RSS Feed to your feed reader.

+ {% for post in posts %} +
+ + {{ post.title }} +
+ {% endfor %} +{% endblock %} -- cgit v1.2.3-70-g09d2