From c9d3d3d65665e325d7f8e6bf63d4d4a62f35c98b Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 15 Aug 2021 13:25:05 +0200 Subject: deploy.py auto-commit --- 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