HTML time tag is a thing apparently
This commit is contained in:
parent
0469144447
commit
444c19c262
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
{{ $month := (print .Key "-01") }}
|
{{ $month := (print .Key "-01") }}
|
||||||
<h3 class="mt-5">
|
<h3 class="mt-5">
|
||||||
{{ if ne .Key "0001-01" }}
|
{{ if ne .Key "0001-01" }}
|
||||||
{{ dateFormat "2006-01" $month }}
|
<time class="posts-archive-month" datetime="{{ $month }}">{{ dateFormat "2006-01" $month }}</time>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</h3>
|
</h3>
|
||||||
{{ range .Pages.ByDate }}
|
{{ range .Pages.ByDate }}
|
||||||
|
|
Loading…
Reference in a new issue