From dc1261d703ae1e1a14841b030888e3f87ff7c38f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 1 May 2024 21:45:52 -0500 Subject: prettier formatting and rewrap lines --- templates/blog.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'templates/blog.html') diff --git a/templates/blog.html b/templates/blog.html index 184587b..5b1f301 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -3,15 +3,17 @@ {% 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.

+

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") %} +{% if post_date != page.date | date(format="%Y") %} +{% set_global post_date = page.date | date(format="%Y") %}

{{ post_date }}

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