about summary refs log tree commit diff stats
path: root/layouts/index.html
diff options
context:
space:
mode:
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>