diff --git a/layouts/partials/head.html b/layouts/partials/head.html deleted file mode 100644 index 69488a7..0000000 --- a/layouts/partials/head.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -{{- partial "favicon.html" . -}} -{{- block "title" . }}{{ .Site.Title }}{{- end }} - -{{- partial "seo_tags.html" . -}} - - -{{ with .OutputFormats.Get "rss" -}} -{{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} -{{ end -}} - -{{- partial "style.html" . -}}