From c426f2f385c1e7b7dc7bf16e2cd1cc939b23d089 Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Mon, 14 Apr 2025 11:08:03 +0200 Subject: Fix theme --- layouts/_default/baseof.html | 56 -------------------------------------------- 1 file changed, 56 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 2525d2e..0000000 --- a/layouts/_default/baseof.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - {{- partial "favicon.html" . -}} - {{- block "title" . }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{- end }} - - {{- partial "seo_tags.html" . -}} - - - {{ $style := print (default "original" .Site.Params.themeStyle) ".css" | resources.Get | minify }} - - - {{ if (.Page.Store.Get "hasCodeBlock") }} - {{ $syntax := resources.Get "syntax.css" | minify }} - - {{ end }} - - {{ with .Params.style }} - {{ $extra := resources.Get . | minify }} - - {{ end }} - - {{ with .OutputFormats.Get "rss" -}} - {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} - {{ end -}} - - - {{- partial "custom_head.html" . -}} - - - -
- {{- partial "header.html" . -}} -
-
- {{- block "main" . }}{{- end }} -
- - - - {{- partial "custom_body.html" . -}} - - - - -- cgit v1.2.3