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 --- templates/blog.html | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 templates/blog.html (limited to 'templates/blog.html') diff --git a/templates/blog.html b/templates/blog.html deleted file mode 100644 index 5b1f301..0000000 --- a/templates/blog.html +++ /dev/null @@ -1,20 +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