From fafb2f7989b9fd0939c035db78b9979608b8f89a Mon Sep 17 00:00:00 2001 From: vimux Date: Sat, 30 Mar 2019 16:56:11 -0400 Subject: [PATCH] Delete unused head partial Related to a83b4c3199f1030235caeac81afdbbcc87f8a298 --- layouts/partials/head.html | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 layouts/partials/head.html diff --git a/layouts/partials/head.html b/layouts/partials/head.html deleted file mode 100644 index d0cc125..0000000 --- a/layouts/partials/head.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - {{ block "title" . }}{{ if not .IsHome }}{{ .Title }} | {{ end }}{{ .Site.Title }}{{ end }} - - - {{- if .Site.Params.opengraph }} - {{ template "_internal/opengraph.html" . }} - {{- end }} - {{- if .Site.Params.twitter_cards }} - {{ template "_internal/twitter_cards.html" . }} - {{- end }} - - {{- range .Site.Params.customCSS }} - - {{- end }} - {{- with .Site.Params.colorTheme }} - - {{- end }} - - - {{- with .OutputFormats.Get "rss" }} - {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} - {{- end }} - {{- if and (.Site.Params.Manifest) ((.Site.GetPage "home").OutputFormats.Get "manifest") -}} - - {{- end }} - {{- if not .Site.IsServer }} - {{ template "_internal/google_analytics_async.html" . }} - {{- end }} - \ No newline at end of file