File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ author:
44
44
facebook : yourname # eg. daattali
45
45
github : yourname # eg. daattali
46
46
twitter : yourname # eg. daattali
47
+ reddit : yourname # eg. pvkooten
47
48
google-plus : +yourname # eg. +DeanAttali or 109424658772469020925
48
49
linkedin : yourname # eg. daattali
49
50
xing : yourname # eg. daattali
@@ -61,6 +62,7 @@ footer-links-active:
61
62
twitter : true
62
63
google-plus : false
63
64
github : true
65
+ reddit : false
64
66
linkedin : false
65
67
xing : false
66
68
stackoverflow : false
Original file line number Diff line number Diff line change 33
33
</ a >
34
34
</ li >
35
35
{% endif %}
36
+ {% if site.author.reddit and site.footer-links-active.reddit %}
37
+ < li >
38
+ < a href ="https://reddit.com/u/{{ site.author.reddit }} " title ="Reddit ">
39
+ < span class ="fa-stack fa-lg ">
40
+ < i class ="fa fa-circle fa-stack-2x "> </ i >
41
+ < i class ="fa fa-reddit fa-stack-1x fa-inverse "> </ i >
42
+ </ span >
43
+ </ a >
44
+ </ li >
45
+ {% endif %}
36
46
{% if site.author.google-plus and site.footer-links-active.google-plus %}
37
47
< li >
38
48
< a href ="https://plus.google.com/{{ site.author.google-plus }} " title ="Google+ ">
You can’t perform that action at this time.
0 commit comments