From 2be43cc479dfd4cfb621f14381330c708291e324 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 28 Jul 2024 19:46:20 -0500 Subject: conversion from Zola to Weblorg --- theme/templates/blog.html | 15 +++++++++++++++ 1 file changed, 15 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..daa36ee --- /dev/null +++ b/theme/templates/blog.html @@ -0,0 +1,15 @@ +{% 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