From a220a15d80ac9528b29a028f29f079aae1beeee7 Mon Sep 17 00:00:00 2001 From: verdant Date: Mon, 23 Feb 2026 15:31:26 +0800 Subject: style: modify the style of post title - h3 -> h2 - change all to 1.25em --- layouts/shortcodes/recent-posts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/shortcodes/recent-posts.html') diff --git a/layouts/shortcodes/recent-posts.html b/layouts/shortcodes/recent-posts.html index b1e891e..b2a6637 100644 --- a/layouts/shortcodes/recent-posts.html +++ b/layouts/shortcodes/recent-posts.html @@ -11,9 +11,9 @@ word-wrap: break-word;
{{ if $recent }} {{ range $index, $page := $recent }}
-

+

{{ .Title }} -

+
{{ .Summary }}
{{ partial "post_meta.html" . }} -- cgit v1.2.3