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

@ -1,5 +1,4 @@
---
title: "Coraline Ada Ehmke: Contributor Covenant"
narrator: Coraline Ada Ehmke
subject: Contributor Covenant
facilitator: Nathan Schneider

View File

@ -1,5 +1,4 @@
---
title: "Amanda Kiessel: Good Market"
narrator: Amanda Kiessel
subject: Good Market
facilitator: Nathan Schneider

View File

@ -1,5 +1,4 @@
---
title: "Richard Littauer: Constructed Languages"
narrator: Richard Littauer
subject: Constructed Languages
facilitator: Nathan Schneider

View File

@ -1,5 +1,4 @@
---
title: "Mosud Mannan: Diplomatic protocols"
narrator: Mosud Mannan
subject: Diplomatic protocols
facilitator: Nathan Schneider

View File

@ -1,5 +1,4 @@
---
title: "Michael Zargham: Ultimate frisbee"
narrator: Michael Zargham
subject: Ultimate frisbee
facilitator: Nathan Schneider

View File

@ -15,7 +15,7 @@
<p><strong>Tags:</strong> {{ partial "tags.html" . }}</p>
</aside>
<div class="prose lg:prose-xl lg:w-2/3 p-4">
<p class="font-bold text-4xl">{{ .Title }}</p>
<p class="font-bold text-4xl">{{ .Params.narrator }}: {{ .Params.subject }}</p>
{{ .Content }}
</div>
</div>

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>