From f4bb92435d069f84ce41d4ecae51641872de2270 Mon Sep 17 00:00:00 2001 From: mms Date: Sun, 19 May 2024 15:33:26 +0200 Subject: feat: themes --- layouts/_default/baseof.html | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 layouts/_default/baseof.html (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html deleted file mode 100644 index e348fd5..0000000 --- a/layouts/_default/baseof.html +++ /dev/null @@ -1,30 +0,0 @@ - - - {{ partial "header/meta" . }} - - {{ $section_class := "mms"}} - {{ if in .Page.Params.categories "star-trek" }} - {{ $section_class = "star-trek" }} - {{ else if in .Page.Params.category "site-info" }} - {{ $section_class = "site-info" }} - {{ else if in .Page.Params.categories "bsd" }} - {{ $section_class = "bsd" }} - {{ else if in .Page.Params.categories "blog" }} - {{ $section_class = "blog" }} - {{ else if in .Page.Params.categories "article" }} - {{ $section_class = "article" }} - {{ else if in .Page.Params.categories "emacs" }} - {{ $section_class = "emacs" }} - {{ else if in .Page.Params.categories "brainrot" }} - {{ $section_class = "brain-rot" }} - {{ end }} - - {{ partial "header/header" . }} - -
- {{ block "main" . }} - {{ end }} -
- {{ partial "footer/footer" . }} - - -- cgit v1.2.3