From 94cf23951c2f9500625dae9fddb77497a7636bc7 Mon Sep 17 00:00:00 2001 From: Tomas Roos Date: Fri, 16 Jan 2015 10:33:20 +0100 Subject: [PATCH] Missing . on footer partials --- content/templates/list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/templates/list.md b/content/templates/list.md index 7a4b6443f..d23e312e0 100644 --- a/content/templates/list.md +++ b/content/templates/list.md @@ -121,7 +121,7 @@ defined. - {{ partial "footer.html" }} + {{ partial "footer.html" . }} ### Example taxonomy template (tag.html) This content template is used for [spf13.com](http://spf13.com). @@ -141,7 +141,7 @@ defined. - {{ partial "footer.html" }} + {{ partial "footer.html" . }} ## Ordering Content