From: Dan Hatch Date: Thu, 29 Jan 2015 20:18:19 +0000 (-0600) Subject: Fixed syntax error in 404.html template code X-Git-Tag: v0.13~81 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=20bed49f52922a1bfa4e9f6d29219f416efe9a88;p=brevno-suite%2Fhugo Fixed syntax error in 404.html template code --- diff --git a/docs/content/templates/404.md b/docs/content/templates/404.md index e420534f..8c343403 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" . }}