removes title metadata
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user