Missing . on footer partials
authorTomas Roos <ptomasroos@gmail.com>
Fri, 16 Jan 2015 09:33:20 +0000 (10:33 +0100)
committerAnthony Fok <foka@debian.org>
Fri, 16 Jan 2015 10:39:38 +0000 (03:39 -0700)
docs/content/templates/list.md

index 7a4b6443ff530b61fe912e6d2be72bd2a21a9a9e..d23e312e03e94bc89e6022cf1c7f3f5226ee3a69 100644 (file)
@@ -121,7 +121,7 @@ defined.
       </div>
     </section>
 
-    {{ 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.
       </div>
     </section>
 
-    {{ partial "footer.html" }}
+    {{ partial "footer.html" }}
 
 ## Ordering Content