From 20248dc0aa07cb395c3719cc6ca3750b159f4c0d Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 13 Mar 2024 23:51:50 -0500 Subject: update date formatting --- templates/index.html | 2 +- templates/section.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 8b86fe0..a100512 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,7 +13,7 @@ {% if i < 3%} {% set_global i = i + 1%}
- + {{ page.title }}
{% endif %} diff --git a/templates/section.html b/templates/section.html index d36e32f..184587b 100644 --- a/templates/section.html +++ b/templates/section.html @@ -11,7 +11,7 @@

{{ post_date }}

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