From 797a1404213173791a5f4126a77ad383ceb00064 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 4 Mar 2024 22:34:28 -0600 Subject: initial migration to test org-mode --- templates/section.html | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 templates/section.html (limited to 'templates/section.html') diff --git a/templates/section.html b/templates/section.html deleted file mode 100644 index d36e32f..0000000 --- a/templates/section.html +++ /dev/null @@ -1,18 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -

{{ section.title }}

-

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

-

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

-{% set post_date = "1970-01-01" | date(format="%Y") %} -{% for page in section.pages %} - {% if post_date != page.date | date(format="%Y") %} - {% set_global post_date = page.date | date(format="%Y") %} -

{{ post_date }}

- {% endif %} -
- - {{ page.title }} -
-{% endfor %} -{% endblock content %} -- cgit v1.2.3-70-g09d2