removes title metadata

This commit is contained in:
Drew
2025-03-21 16:42:54 -06:00
parent 0138e19dbf
commit a5cb5e7353
7 changed files with 2 additions and 7 deletions

View File

@ -8,7 +8,7 @@
<p>{{ .Date.Format "2006" }}</p>
</time>
<div class="flex-shrink-0 max-w-max">
<a class="text-2xl font-bold hover:text-green-900 underline" href="{{ .RelPermalink }}">{{ .Title }}</a>
<a class="text-2xl font-bold hover:text-green-900 underline" href="{{ .RelPermalink }}">{{ .Params.narrator }}: {{ .Params.subject }}</a>
<p class="max-w-prose">{{ .Params.summary }}</p>
{{ partial "tags.html" .}}
</div>