From 74992aaa27eb384128924c4a3b93052961a3eaab Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 27 Apr 2024 17:01:13 -0500 Subject: test conversion back to markdown --- theme/templates/blog.html | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 theme/templates/blog.html (limited to 'theme/templates/blog.html') diff --git a/theme/templates/blog.html b/theme/templates/blog.html deleted file mode 100644 index 110043f..0000000 --- a/theme/templates/blog.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends "base.html" %} - -{% block subtitle %}Blog | {% endblock %} -{% block main %} -

← 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