From 10f0a08e722e2dece7be7e736a18093de23dbfd0 Mon Sep 17 00:00:00 2001 From: verdant Date: Sat, 14 Mar 2026 00:21:15 +0800 Subject: chore: backup before refactoring CSS style --- layouts/shortcodes/recent-posts.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'layouts/shortcodes') diff --git a/layouts/shortcodes/recent-posts.html b/layouts/shortcodes/recent-posts.html index b2a6637..ea6ed2b 100644 --- a/layouts/shortcodes/recent-posts.html +++ b/layouts/shortcodes/recent-posts.html @@ -8,6 +8,12 @@ word-wrap: break-word; } + + + + + +
{{ if $recent }} {{ range $index, $page := $recent }}
-- cgit v1.2.3