File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ profile:
3838 name : Pablo Vieira
3939 avatar : https://s.gravatar.com/avatar/80fc0ea8a3a2161074feb3725901d093?s=200
4040
41+ pgp :
42+ fingerprint : 38EB FF7D 03DA E2D5 4D39 5007 3155 7CED BBAD 4FA3
43+ url : https://keybase.io/pv8/key.asc
44+
4145# Build settings
4246markdown : kramdown
4347
Original file line number Diff line number Diff line change @@ -17,3 +17,8 @@ google-plus:
1717 name : Google+
1818 url : https://plus.google.com/+PabloOVieira
1919 show : true
20+
21+ key :
22+ name : Keybase
23+ url : https://keybase.io/pv8
24+ show : true
Original file line number Diff line number Diff line change 77 < ul class ="social-links ">
88 {% for profile_hash in site.data.social-profiles %}
99 {% assign profile = profile_hash[1] %}
10+ {% if profile.show %}
1011 < li >
1112 < a href ="{{ profile.url }} " target ="_blank " class ="icon-link ">
1213 < span class ="icon-desc "> {{ profile.name }}</ span >
1314 < br />
1415 < i class ="fa fa-{{ profile_hash[0] }} fa-3x icon "> </ i >
1516 </ a >
1617 </ li >
18+ {% endif %}
1719 {% endfor %}
1820 </ ul >
1921 </ div >
2022 < div class ="footer-col ">
21- < span class ="post-meta "> Copyright © 2016 • {{ site.profile.name }}</ span >
23+ < span class ="post-meta "> PGP < a href ="{{ site.pgp.url }} " target ="_blank "> < code > {{ site.pgp.fingerprint }}</ code > </ a > </ span >
24+ </ div >
25+ < div class ="footer-col ">
26+ < span class ="post-meta "> Copyright © {{ site.time | date: '%Y' }} • {{ site.profile.name }}</ span >
2227 </ div >
2328 </ div >
2429 </ div >
You can’t perform that action at this time.
0 commit comments