aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-07-05 05:27:26 +0300
committerYaroslav <contact@yaroslavps.com>2020-07-05 09:19:45 +0300
commit38e6fa55d059220d496020c22ec9bde03c64cfc7 (patch)
tree8314262828663540afd1280f0d829d83b855623b
parent89b9182862e712477f95bbd0b75e2b52484e8780 (diff)
downloadyaroslavps.com-38e6fa55d059220d496020c22ec9bde03c64cfc7.tar.gz
yaroslavps.com-38e6fa55d059220d496020c22ec9bde03c64cfc7.zip
added link to public PGP key
-rw-r--r--templates/base.html2
-rw-r--r--templates/index.html1
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 %}