diff options
| -rw-r--r-- | site/gpg.md | 17 | ||||
| -rw-r--r-- | templates/main.html | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/site/gpg.md b/site/gpg.md new file mode 100644 index 0000000..e1e4750 --- /dev/null +++ b/site/gpg.md @@ -0,0 +1,17 @@ +# GPG keys + +<section> + +The key is here: +[94DC1AEB62B1E0B4FDC5DC3A85C9FB9C4405C282](/94DC1AEB62B1E0B4FDC5DC3A85C9FB9C4405C282.asc). + + +## keys.openpgp.org + +<https://keys.openpgp.org/search?q=94DC1AEB62B1E0B4FDC5DC3A85C9FB9C4405C282> + +## keys.gentoo.org + +<https://keys.gentoo.org/pks/lookup?search=0x85C9FB9C4405C282&fingerprint=on&op=vindex> + +</section> diff --git a/templates/main.html b/templates/main.html index f47f450..4d9f490 100644 --- a/templates/main.html +++ b/templates/main.html @@ -8,7 +8,7 @@ <div id="links"> <a href="/" class="no-tufte-underline">laumann.xyz</a> · <a href="/about.html">about</a> · - <a href="/94DC1AEB62B1E0B4FDC5DC3A85C9FB9C4405C282.asc">gpg</a> · + <a href="/gpg.html">gpg</a> · <a href="/tag/index.html">tags</a> · <a href="/index.xml">rss</a> </div> |
