diff options
author | Alan Pearce | 2023-07-21 20:05:00 +0200 |
---|---|---|
committer | Alan Pearce | 2023-07-21 20:05:00 +0200 |
commit | 19ea9e4eb36b980aed19579ffbeb8f8c43ca74cd (patch) | |
tree | 69c909876ab17107881e516f2f9c16d7f025baa8 | |
parent | e391d96ab2087f0667d301514f28c4e77d275192 (diff) | |
download | website-19ea9e4eb36b980aed19579ffbeb8f8c43ca74cd.tar.lz website-19ea9e4eb36b980aed19579ffbeb8f8c43ca74cd.tar.zst website-19ea9e4eb36b980aed19579ffbeb8f8c43ca74cd.zip |
Remove GPG key info from homepage
-rw-r--r-- | templates/index.html | 3 |
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 %} |