From e7a91af6b5fffe7c9d845123c6c2fcfd73d9b02f Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 25 Nov 2021 11:54:39 +0100 Subject: Update theme to show post list on top level again --- themes/hugo-classic/layouts/partials/header.html | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 themes/hugo-classic/layouts/partials/header.html (limited to 'themes/hugo-classic/layouts/partials/header.html') diff --git a/themes/hugo-classic/layouts/partials/header.html b/themes/hugo-classic/layouts/partials/header.html deleted file mode 100644 index 6ef9a69..0000000 --- a/themes/hugo-classic/layouts/partials/header.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - {{ .Title }} | {{ .Site.Title }} - - - {{ range .Site.Params.custom_css -}} - - {{- end }} - {{ partial "head_custom.html" . }} - - - -
-- cgit