Skip to content
Snippets Groups Projects
Commit a894c38b authored by micressor's avatar micressor
Browse files

Email addresses should be in config.yaml: Try to fix this later

* It's variable transfer problem with hugo shortcodes
parent b01fb16f
No related branches found
No related tags found
1 merge request!24Feature hugo migration
......@@ -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/
......
......@@ -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 }}
-->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment