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

@ -10,7 +10,7 @@
{{ .Scratch.Set "beforeDateString" "Published on "}}
{{ partial "date.html" . }}
{{ partial "reading_time.html" . }}
{{ partial "tags_list_page.html" . }}
{{ partial "tags/page.html" . }}
<!-- content -->
<div class="e-content">
{{ .Content }}