diff options
author | Alan Pearce | 2017-08-29 22:21:01 +0200 |
---|---|---|
committer | Alan Pearce | 2017-08-29 22:21:01 +0200 |
commit | 20b1c4635bc8e1d1692c7884cf76556d37102e9a (patch) | |
tree | 64cc2823ea7ab13a0f78af1a13ff1e54a9d2cdd2 /layouts/index.html | |
parent | f2daaeb2fd0114831c995fd2b48baf201364dc92 (diff) | |
download | website-20b1c4635bc8e1d1692c7884cf76556d37102e9a.tar.lz website-20b1c4635bc8e1d1692c7884cf76556d37102e9a.tar.zst website-20b1c4635bc8e1d1692c7884cf76556d37102e9a.zip |
Link to GPG key
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html index cbaf82b..1d1c3e8 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -29,6 +29,11 @@ {{ end }} </ul> </section> + <footer> + {{ with .Site.Params.GPG }} + GPG Key: <a href="{{ .url }}" rel="pgpkey">{{ .fingerprint }}</a> + {{ end }} + </footer> </main> {{ partial "sidebar.html" . }} </body> |