From 5248a576a106552a71e720314299e7269d8f5bb5 Mon Sep 17 00:00:00 2001 From: Darin Dimitroff Date: Tue, 17 Jan 2017 17:16:36 +0200 Subject: Updates head partial and adds favicons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renames “header” to “head”. --- site/layouts/post/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/layouts/post/single.html') diff --git a/site/layouts/post/single.html b/site/layouts/post/single.html index e7198b3..4d6ea43 100644 --- a/site/layouts/post/single.html +++ b/site/layouts/post/single.html @@ -1,4 +1,4 @@ -{{ partial "header" . }} +{{ partial "head" . }} {{ partial "nav" . }}

{{.Title}}

-- cgit v1.3