From 64f5a07bb30fbcf6cc553205dd1a903fbf8c3dfe Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 13 Apr 2024 02:49:46 -0500 Subject: minify site --- theme/templates/blog.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'theme/templates/blog.html') diff --git a/theme/templates/blog.html b/theme/templates/blog.html index b3b3a3f..110043f 100644 --- a/theme/templates/blog.html +++ b/theme/templates/blog.html @@ -2,13 +2,14 @@ {% 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 %} +

← home

+

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