[Docs] Fix more missing `.` in example `partial` calls
authorAnthony Fok <foka@debian.org>
Sat, 31 Jan 2015 14:27:42 +0000 (07:27 -0700)
committerAnthony Fok <foka@debian.org>
Sat, 31 Jan 2015 14:27:42 +0000 (07:27 -0700)
docs/content/templates/content.md
docs/content/templates/homepage.md
docs/content/templates/terms.md

index e4a9334a142c4effe343978f9a562a3cbba7cff3..3b552eee09a99309a4843d273fc81264fcd5d833 100644 (file)
@@ -152,7 +152,7 @@ It makes use of [partial templates](/layout/partials/)
     </div>
     {{ end }}
 
-    {{ partial "footer.html" }}
+    {{ partial "footer.html" }}
 
 Notice how the project/single.html template uses an additional parameter unique
 to this template. This doesn't need to be defined ahead of time. If the key is
index 412857ce0859d12c21792a6e674c89b73d7c73f1..e58fd842fd705bb28a18087d2b0eadfb757309f4 100644 (file)
@@ -75,4 +75,4 @@ It makes use of [partial templates](/templates/partials/) and uses a similar app
       </div>
     </section>
 
-    {{ partial "footer.html" }}
+    {{ partial "footer.html" }}
index 5bb91b84b2021b20e18b39ffa47b4c14f459687b..dc72d03621fa348daeddd0259ffafdf65ac258e0 100644 (file)
@@ -91,7 +91,7 @@ content tagged with each tag.
       </div>
     </section>
 
-    {{ partial "footer.html" }}
+    {{ partial "footer.html" }}
 
 
 Another example listing the content for each term (ordered by Date):
@@ -115,7 +115,7 @@ Another example listing the content for each term (ordered by Date):
       </div>
     </section>
 
-    {{ partial "footer.html" }}
+    {{ partial "footer.html" }}
 
 
 ## Ordering
@@ -141,7 +141,7 @@ Hugo can order the meta data in two different ways. It can be ordered:
         </ul>
       </div>
     </section>
-    {{ partial "footer.html" }}
+    {{ partial "footer.html" }}
 
 ### Example terms.html file (ordered by popularity)
 
@@ -160,4 +160,4 @@ Hugo can order the meta data in two different ways. It can be ordered:
       </div>
     </section>
 
-    {{ partial "footer.html" }}
+    {{ partial "footer.html" }}