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:
Eryn Wells 2022-10-31 08:40:17 -07:00
parent c5427866c6
commit ecb39a9298
5 changed files with 100 additions and 94 deletions

View file

@ -40,6 +40,10 @@
</ul>
</figure>
{{ end }}
<footer>
{{ partial "footer_tags.html" . }}
</footer>
{{ end }}
{{ define "footer" }}