removes title metadata
This commit is contained in:
parent
0138e19dbf
commit
a5cb5e7353
@ -1,5 +1,4 @@
|
||||
---
|
||||
title: "Coraline Ada Ehmke: Contributor Covenant"
|
||||
narrator: Coraline Ada Ehmke
|
||||
subject: Contributor Covenant
|
||||
facilitator: Nathan Schneider
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
title: "Amanda Kiessel: Good Market"
|
||||
narrator: Amanda Kiessel
|
||||
subject: Good Market
|
||||
facilitator: Nathan Schneider
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
title: "Richard Littauer: Constructed Languages"
|
||||
narrator: Richard Littauer
|
||||
subject: Constructed Languages
|
||||
facilitator: Nathan Schneider
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
title: "Mosud Mannan: Diplomatic protocols"
|
||||
narrator: Mosud Mannan
|
||||
subject: Diplomatic protocols
|
||||
facilitator: Nathan Schneider
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
title: "Michael Zargham: Ultimate frisbee"
|
||||
narrator: Michael Zargham
|
||||
subject: Ultimate frisbee
|
||||
facilitator: Nathan Schneider
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user