From 88405fe413172f8c0b009f1065745404dbb221ac Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 7 Jul 2020 16:14:15 +0200 Subject: Render post authors from taxonomies. Not really handling more than one author yet, but then that's not an immediate concern either. --- config.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index caec2f3..7efbb00 100644 --- a/config.toml +++ b/config.toml @@ -43,6 +43,7 @@ lisens. [Mer detaljer her](@/lisens.md). """ en = "English" nb = "norsk" +posts_by = "Innlegg av " [translations.en] description = "A blog about society, technology, internet, surveillance and other grievances." @@ -56,6 +57,7 @@ license. [Details here](@/lisens.en.md). """ en = "english" nb = "Norsk" +posts_by = "Posts by" [extra] # Put all your custom variables here -- cgit v1.2.3