summaryrefslogtreecommitdiffstats
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorverdant <i@glowisle.me>2026-03-14 00:21:15 +0800
committerverdant <i@glowisle.me>2026-03-14 00:22:57 +0800
commit10f0a08e722e2dece7be7e736a18093de23dbfd0 (patch)
tree4d272cb4d8b6d8be5563fdaa4de9df6681ce3bb5 /layouts/_default/baseof.html
parentd369dacf5bad0079d75cf65e1dcfe01b4a313364 (diff)
downloadblog-10f0a08e722e2dece7be7e736a18093de23dbfd0.tar.gz
blog-10f0a08e722e2dece7be7e736a18093de23dbfd0.zip
chore: backup before refactoring CSS style
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html8
1 files changed, 6 insertions, 2 deletions
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 `
<link rel="%s" type="%s" href="%s" title="%s" />
- ` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} {{-
- partial "style.html" . -}}
+ ` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}}
+ {{- partial "style.html" . -}}
+
+ <!-- {{- partial "style-min.html" . -}} -->
+
+
<!-- A partial to be overwritten by the user.
Simply place a custom_head.html into