diff --git a/config.yaml b/config.yaml
index f6f8b6400af835c2231b9e0b290fa7f7f21bd1dc..1015af829c064915a7f2610391f67c8e43d44eba 100644
--- a/config.yaml
+++ b/config.yaml
@@ -10,19 +10,6 @@ Bla:
 Params:
   flatterid: 4pq200
 
-Author:
-  main:
-    - identifier: torsten
-      name: Torsten Grote
-      # String to hex encoder: http://www.wbwip.com/wbw/emailencoder.html 
-      email: "torsten@briarproject.org"
-      keyurl: https://grobox.de/gpg/0x74DCA8A36C52F833.asc
-
-    - identifier: michael
-      name: Michael Rogers
-      email: "contact@briarproject.org"
-      keyurl: /keys/contact.asc
-
 permalinks:
   #post:  /:section/:year/:month/:title/
   page: /:slug/
diff --git a/themes/briar/layouts/shortcodes/contact.html b/themes/briar/layouts/shortcodes/contact.html
index 90178bbee85127f9534d3e6eff74587c25535682..c9cfcfd29b46233195a5902c1df21e248b75502f 100644
--- a/themes/briar/layouts/shortcodes/contact.html
+++ b/themes/briar/layouts/shortcodes/contact.html
@@ -9,14 +9,3 @@ Michael Rogers <<a
 href="mailto:contact&#64;briarproject.org">contact&#64;riarproject.org</a>>
 [<a href="/keys/contact.asc">PGP key</a>]
 </p>
-<!--
-{{ range .Site.Author.main }}
-
-<p>
-{{ .name }} <<a
-href="mailto:{{ .email | safeHTML }}">{{ .email | safeHTML }}</a>>
-[<a href="{{ .keyurl }}">PGP key</a>]
-</p>
-
-{{ end }}
--->