shithub: hugo

Download patch

ref: 20bed49f52922a1bfa4e9f6d29219f416efe9a88
parent: f4737689bd3d9f73129cf3615025aafb93d0efbe
author: Dan Hatch <[email protected]>
date: Thu Jan 29 09:18:19 EST 2015

Fixed syntax error in 404.html template code

--- a/docs/content/templates/404.md
+++ b/docs/content/templates/404.md
@@ -38,5 +38,5 @@
       </div>
     </section>
 
-    {{ partial "footer.html" }}
+    {{ partial "footer.html" . }}