Skip to content

Commit

Permalink
Add link to GPG key in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
vercas committed Oct 29, 2023
1 parent e55ed7d commit 29b5d11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ footer-links:
stackoverflow: users/485098/vercas
youtube: # channel/<your_long_string> or user/<user-name>
googleplus: # anything in your profile username that comes after plus.google.com/
gnupg: https://vercas.com/yubikey.gpg


# Enter your Disqus shortname (not your username) to enable commenting on posts
Expand Down
3 changes: 2 additions & 1 deletion _includes/svg-icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
{% if site.footer-links.twitter %}<a href="https://www.twitter.com/{{ site.footer-links.twitter }}"><i class="svg-icon twitter"></i></a>{% endif %}
{% if site.footer-links.stackoverflow %}<a href="https://stackoverflow.com/{{ site.footer-links.stackoverflow }}"><i class="svg-icon stackoverflow"></i></a>{% endif %}
{% if site.footer-links.youtube %}<a href="https://youtube.com/{{ site.footer-links.youtube }}"><i class="svg-icon youtube"></i></a>{% endif %}
{% if site.footer-links.googleplus %}<a href="https://plus.google.com/{{ site.footer-links.googleplus }}"><i class="svg-icon googleplus"></i></a>{% endif %}
{% if site.footer-links.googleplus %}<a href="https://plus.google.com/{{ site.footer-links.googleplus }}"><i class="svg-icon googleplus"></i></a>{% endif %}
{% if site.footer-links.gnupg %}<a href="{{ site.footer-links.gnupg }}"><i class="svg-icon gnupg"></i></a>{% endif %}
Loading

0 comments on commit 29b5d11

Please sign in to comment.