Moved tag partials to their own folder

This commit is contained in:
Brandon Rozek 2022-05-08 18:06:32 -04:00
parent c3e09727a6
commit 06406fe744
7 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
{{ partial "header.html" . }}
<main>
{{ partial "date.html" . }}
{{ partial "tags_list_page.html" . }}
{{ partial "tags/page.html" . }}
<!-- content -->
<div class="e-content">
{{ .Content }}