mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Modified header to include link in feed type
This commit is contained in:
parent
c8b013a04b
commit
9248ebfafe
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue