From 34f0c8a527f443c0a296ce301631f2625a808d25 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sat, 12 Jun 2021 20:28:30 +0200 Subject: Put post titles in the banner Post titles are currently only visible in the feed, or on the post page itself. Since people may remember posts by their titles rather than their number, display the titles on each post's banner as well for easier searching. This means we can now get rid of the extra item in the post page's description. A neat side effect is that we now have a header element for each
, making W3C a bit happier. --- templates/macros.html | 5 +++-- templates/page.html | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/macros.html b/templates/macros.html index 9f0f792..354eb6e 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -7,11 +7,12 @@
{{ config.extra.author }}