Move footer tags list to a partial so photos and blogs can use the same template
Simplify the blog post layout by removing the <article> tag
This commit is contained in:
parent
c5427866c6
commit
ecb39a9298
5 changed files with 100 additions and 94 deletions
|
@ -40,6 +40,10 @@
|
|||
</ul>
|
||||
</figure>
|
||||
{{ end }}
|
||||
|
||||
<footer>
|
||||
{{ partial "footer_tags.html" . }}
|
||||
</footer>
|
||||
{{ end }}
|
||||
|
||||
{{ define "footer" }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue