mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 03:01:04 -04:00
Missing . on footer partials
This commit is contained in:
parent
e7fa32c759
commit
94cf23951c
@ -121,7 +121,7 @@ defined.
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{{ partial "footer.html" }}
|
{{ partial "footer.html" . }}
|
||||||
|
|
||||||
### Example taxonomy template (tag.html)
|
### Example taxonomy template (tag.html)
|
||||||
This content template is used for [spf13.com](http://spf13.com).
|
This content template is used for [spf13.com](http://spf13.com).
|
||||||
@ -141,7 +141,7 @@ defined.
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{{ partial "footer.html" }}
|
{{ partial "footer.html" . }}
|
||||||
|
|
||||||
## Ordering Content
|
## Ordering Content
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user