diff options
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/index.html | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 8af6021..824f129 100644 --- a/templates/base.html +++ b/templates/base.html @@ -66,6 +66,8 @@ <h3>Contact</h3> <p>If you want to tell me something, you can contact me by email at:</p> <a href="mailto:contact@yaroslavps.com">contact@yaroslavps.com</a> + <h3>PGP</h3> + <a href="https://www.yaroslavps.com/files/yaroslavpub.gpg">BD900E5D624046DC</a> </div> </div> {% endblock %} diff --git a/templates/index.html b/templates/index.html index 51329cd..f0ede2a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,5 +18,6 @@ <p>If you want to contact me, you can do so by email at: <a href="mailto:contact@yaroslavps.com">contact@yaroslavps.com</a> </p> + <p>Public PGP key: <a href="https://www.yaroslavps.com/files/yaroslavpub.gpg">BD900E5D624046DC</a></p> </div> {% endblock %} |