From 928c0d2b327c798dd24fc2de2c9af9930d475fdd Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 15 Feb 2026 21:05:46 +0100 Subject: feat: allow customizing title h1 with titleAttributes --- layouts/_default/single.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 0538658..52eaee5 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -10,8 +10,14 @@
{{- /* Title and Summary */}} - -

{{ .Title }}

+ +

{{ .Title }}

{{- with .Param "summary" }}

{{ . | markdownify }}

{{- end }} -- cgit v1.3.1