From 39dbab8f8a8e9d1b3be4a0b8044604954182d4a5 Mon Sep 17 00:00:00 2001 From: Jan Raasch Date: Fri, 2 Oct 2020 15:52:44 +0200 Subject: chore: remove unused partial 🤷🏼‍♂️ 😇 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/head.html | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 layouts/partials/head.html (limited to 'layouts/partials') 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" . -}} -- cgit v1.2.3