From e7e5877d1f84576ca16a8a918ed867dc521b7a8f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 6 Sep 2014 19:35:55 +0100 Subject: Use new partial function instead of template --- layouts/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html index 854bab2..22c6e32 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,4 +1,4 @@ -{{ template "theme/partials/head.html" . }} +{{ partial "head.html" . }}