about summary refs log tree commit diff stats
path: root/layouts/index.html
diff options
context:
space:
mode:
authorAlan Pearce2017-08-29 22:21:01 +0200
committerAlan Pearce2017-08-29 22:21:01 +0200
commit20b1c4635bc8e1d1692c7884cf76556d37102e9a (patch)
tree64cc2823ea7ab13a0f78af1a13ff1e54a9d2cdd2 /layouts/index.html
parentf2daaeb2fd0114831c995fd2b48baf201364dc92 (diff)
downloadwebsite-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.html5
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>