Merge branch 'main' into drafts

This commit is contained in:
John Bowdre 2024-06-01 21:17:50 -05:00
commit dedd5f01f1

View file

@ -39,7 +39,7 @@
<header class="post__header"> <header class="post__header">
<h1><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h1> <h1><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h1>
<p class="post__meta"> <p class="post__meta">
<span class="date">["{{ with $updateDate }}{{ . }}{{ else }}{{ .Date }}{{ end }}"]</span> <span class="date">["{{ with $updateDate }}{{ . }}{{ else }}{{ $postDate }}{{ end }}"]</span>
</p> </p>
</header> </header>
<section class="post__summary"> <section class="post__summary">