about summary refs log tree commit diff stats
path: root/templates
diff options
context:
space:
mode:
authorAlan Pearce2023-07-21 20:05:00 +0200
committerAlan Pearce2023-07-21 20:05:00 +0200
commit19ea9e4eb36b980aed19579ffbeb8f8c43ca74cd (patch)
tree69c909876ab17107881e516f2f9c16d7f025baa8 /templates
parente391d96ab2087f0667d301514f28c4e77d275192 (diff)
downloadwebsite-19ea9e4eb36b980aed19579ffbeb8f8c43ca74cd.tar.lz
website-19ea9e4eb36b980aed19579ffbeb8f8c43ca74cd.tar.zst
website-19ea9e4eb36b980aed19579ffbeb8f8c43ca74cd.zip
Remove GPG key info from homepage
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html
index ab91a21..a79b1c8 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -35,8 +35,5 @@
         {%- endfor %}
       </ul>
     </section>
-    <footer>
-      GPG Key: <a href="{{ config.extra.gpg_url | safe }}" rel="u-key key">{{ config.extra.gpg_fingerprint }}</a>
-    </footer>
   </main>
 {% endblock %}