diff options
author | mms <michal@sapka.me> | 2024-05-23 20:05:14 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-05-23 20:05:14 +0200 |
commit | 56b41b128f1f13d80ae4d317a29bc9c14d9bdeae (patch) | |
tree | a96a45c04af7f5c5f728feb745310c42225e0cd2 /themes | |
parent | 4b12cdfcd78d3762769e64d439190f5914ed4075 (diff) |
feat: brain rot, preview:
Diffstat (limited to 'themes')
-rw-r--r-- | themes/sapka-2024/layouts/_default/baseof.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/sapka-2024/layouts/_default/baseof.html b/themes/sapka-2024/layouts/_default/baseof.html index e348fd5..167aabf 100644 --- a/themes/sapka-2024/layouts/_default/baseof.html +++ b/themes/sapka-2024/layouts/_default/baseof.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <html lang="en"> {{ partial "header/meta" . }} + <link rel='stylesheet' type='text/css' href='/style.css?v=4.0'> {{ $section_class := "mms"}} {{ if in .Page.Params.categories "star-trek" }} |