diff --git a/content/articles/ehmke-contributor_covenant.md b/content/articles/ehmke-contributor_covenant.md index 09fb626..32b9fd6 100644 --- a/content/articles/ehmke-contributor_covenant.md +++ b/content/articles/ehmke-contributor_covenant.md @@ -1,5 +1,4 @@ --- -title: "Coraline Ada Ehmke: Contributor Covenant" narrator: Coraline Ada Ehmke subject: Contributor Covenant facilitator: Nathan Schneider diff --git a/content/articles/kiessel-good_market.md b/content/articles/kiessel-good_market.md index fb86633..7d12602 100644 --- a/content/articles/kiessel-good_market.md +++ b/content/articles/kiessel-good_market.md @@ -1,5 +1,4 @@ --- -title: "Amanda Kiessel: Good Market" narrator: Amanda Kiessel subject: Good Market facilitator: Nathan Schneider diff --git a/content/articles/littauer-constructed_languages.md b/content/articles/littauer-constructed_languages.md index f7d23f3..9da1372 100644 --- a/content/articles/littauer-constructed_languages.md +++ b/content/articles/littauer-constructed_languages.md @@ -1,5 +1,4 @@ --- -title: "Richard Littauer: Constructed Languages" narrator: Richard Littauer subject: Constructed Languages facilitator: Nathan Schneider diff --git a/content/articles/mannan-diplomatic_protocols.md b/content/articles/mannan-diplomatic_protocols.md index f75d8a0..52dd58c 100644 --- a/content/articles/mannan-diplomatic_protocols.md +++ b/content/articles/mannan-diplomatic_protocols.md @@ -1,5 +1,4 @@ --- -title: "Mosud Mannan: Diplomatic protocols" narrator: Mosud Mannan subject: Diplomatic protocols facilitator: Nathan Schneider diff --git a/content/articles/zargham-ultimate_frisbee.md b/content/articles/zargham-ultimate_frisbee.md index ebdd78b..fd0d373 100644 --- a/content/articles/zargham-ultimate_frisbee.md +++ b/content/articles/zargham-ultimate_frisbee.md @@ -1,5 +1,4 @@ --- -title: "Michael Zargham: Ultimate frisbee" narrator: Michael Zargham subject: Ultimate frisbee facilitator: Nathan Schneider diff --git a/layouts/articles/single.html b/layouts/articles/single.html index 43f18f1..1d651ce 100644 --- a/layouts/articles/single.html +++ b/layouts/articles/single.html @@ -15,7 +15,7 @@

Tags: {{ partial "tags.html" . }}

-

{{ .Title }}

+

{{ .Params.narrator }}: {{ .Params.subject }}

{{ .Content }}
diff --git a/layouts/partials/article-list.html b/layouts/partials/article-list.html index a1fd5c3..483b930 100644 --- a/layouts/partials/article-list.html +++ b/layouts/partials/article-list.html @@ -8,7 +8,7 @@

{{ .Date.Format "2006" }}

- {{ .Title }} + {{ .Params.narrator }}: {{ .Params.subject }}

{{ .Params.summary }}

{{ partial "tags.html" .}}