Modified header to include link in feed type

This commit is contained in:
Brandon Rozek 2022-09-23 15:14:43 -04:00
parent c8b013a04b
commit 9248ebfafe

View file

@ -8,7 +8,7 @@
{{ range $index, $value := .Pages.GroupByDate $listPageDateFormat }}
{{ range .Pages }}
<article class="h-entry">
<h2 class='title p-name'>{{ .Title }}</h2>
<a href="{{ .Permalink }}"><h2 class='title p-name'>{{ .Title }}</h2></a>
{{ .Scratch.Set "noDateUpdate" true }}
{{ partial "date.html" . }}
<a style="display: none" class="u-url" href="{{ .Permalink }}"></a>