diff options
| author | verdant <i@glowisle.me> | 2026-03-14 00:21:15 +0800 |
|---|---|---|
| committer | verdant <i@glowisle.me> | 2026-03-14 00:22:57 +0800 |
| commit | 10f0a08e722e2dece7be7e736a18093de23dbfd0 (patch) | |
| tree | 4d272cb4d8b6d8be5563fdaa4de9df6681ce3bb5 /layouts/_default | |
| parent | d369dacf5bad0079d75cf65e1dcfe01b4a313364 (diff) | |
| download | blog-10f0a08e722e2dece7be7e736a18093de23dbfd0.tar.gz blog-10f0a08e722e2dece7be7e736a18093de23dbfd0.zip | |
chore: backup before refactoring CSS style
Diffstat (limited to 'layouts/_default')
| -rw-r--r-- | layouts/_default/baseof.html | 8 |
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 |
