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/_default/baseof.html | 8 ++++++-- layouts/partials/custom_head.html | 2 -- layouts/shortcodes/recent-posts.html | 6 ++++++ 3 files changed, 12 insertions(+), 4 deletions(-) (limited to 'layouts') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 72b2954..21454e4 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -12,8 +12,12 @@ {{ with .OutputFormats.Get "rss" -}} {{ printf ` - ` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} {{- - partial "style.html" . -}} + ` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} + {{- partial "style.html" . -}} + + + + + + + +
{{ if $recent }} {{ range $index, $page := $recent }}
-- cgit v1.2.3