Browse Source

Add link to keybase profile

ApisNecros 1 năm trước cách đây
mục cha
commit
5a843b1af3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      layouts/partials/about.html

+ 1 - 1
layouts/partials/about.html

@@ -3,7 +3,7 @@
     <div class="blog-post--body">
         <h2>Welcome to {{ .Site.Title }}</h2>
         <p>Here, I like to host assorted web projects and JavaScript prototypes, in case I ever share them with others. I'll also post the occasional blog post. These posts will mostly be technical in nature, but will also just focus on whatever I've got going on at any given time.</p>
-        <p>If you want to drop me a line, email me at the address in the footer. To keep things private, use <a href=".well-known/apisnecros.txt" rel="me">my public key</a>.</p>
+        <p>If you want to drop me a line, email me at the address in the footer. To keep things private, use <a href=".well-known/apisnecros.txt" rel="me">my public key</a>, or find me on <a href="https://keybase.io/apisnecros" target="_blank" rel="me">KeyBase</a>.</p>
         <h2>Indie Web</h2>
         <p>I am huge supporter of the <a href="https://indieweb.org/" target="_blank">Indie Web</a> movement, and thus make use of a lot of the principals and features that drive it. I encourage anyone and everyone to participate, and help take back the internet from the monopolies who try to keep us subjugated.</p>
     </div>