From 20bed49f52922a1bfa4e9f6d29219f416efe9a88 Mon Sep 17 00:00:00 2001 From: Dan Hatch Date: Thu, 29 Jan 2015 14:18:19 -0600 Subject: [PATCH] Fixed syntax error in 404.html template code --- docs/content/templates/404.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/templates/404.md b/docs/content/templates/404.md index e420534f7..8c3434030 100644 --- a/docs/content/templates/404.md +++ b/docs/content/templates/404.md @@ -38,5 +38,5 @@ This is a basic example of a 404.html template: - {{ partial "footer.html" }} + {{ partial "footer.html" . }}