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 "search.html" . }}
{{ partial "tags_list_all.html" . }}
{{ partial "tags/all.html" . }}
<!-- contents -->
<div id="contentsList">
{{ $listPageDateFormat := .Site.Params.listPageDateFormat | default "January, 2006"}}