diff --git a/docs/content/templates/list.md b/docs/content/templates/list.md index 7a4b6443f..d23e312e0 100644 --- a/docs/content/templates/list.md +++ b/docs/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