From e2a20f1f04d299f5e7b2342bf3a2b57a0aa02e19 Mon Sep 17 00:00:00 2001 From: Jan Sydänviita Date: Thu, 3 Sep 2026 22:45:36 +0300 Subject: Improve MicroFormats compliance --- content/posts/now-2026-summer/index.md | 1 + templates_html/macros.html | 2 +- templates_html/page.html | 29 ++++++++++++----------------- 3 files changed, 14 insertions(+), 18 deletions(-) diff --git a/content/posts/now-2026-summer/index.md b/content/posts/now-2026-summer/index.md index bca2ac3..e5ec895 100644 --- a/content/posts/now-2026-summer/index.md +++ b/content/posts/now-2026-summer/index.md @@ -5,6 +5,7 @@ description: | Got married! Broke my elbow while bouldering, writing this on sick leave. Added Gemini capsule version of this site. extra: kind: now + wm_in_reply_to: "https://aaronparecki.com/2018/06/30/11/your-first-webmention" --- Got married! Broke my elbow while bouldering, writing this on sick leave. Added Gemini capsule version of this site. diff --git a/templates_html/macros.html b/templates_html/macros.html index 3922659..c1f54d1 100644 --- a/templates_html/macros.html +++ b/templates_html/macros.html @@ -29,7 +29,7 @@ {% macro page_h1(page) %}

- {{ page.title }}
+ {{ page.title }}
{% if page.date %} ({{ page.date }}) {% endif %} diff --git a/templates_html/page.html b/templates_html/page.html index 2d60db3..b4986fa 100644 --- a/templates_html/page.html +++ b/templates_html/page.html @@ -2,7 +2,19 @@ {% import "macros.html" as macros %} {% block content %} +