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