File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 4343 github : # username
4444 stackoverflow : # http://stackoverflow.com/users/123456/username
4545 linkedin : # username
46+ xing : # username
4647 instagram : # username
4748 lastfm : # username
4849 tumblr : # username
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ <h3 itemprop="name">{{ author.name }}</h3>
1717 {% if author.facebook %}< a href ="http://facebook.com/{{ author.facebook }} " class ="author-social " target ="_blank "> < i class ="fa fa-fw fa-facebook-square "> </ i > Facebook</ a > {% endif %}
1818 {% if author.google.plus %}< a href ="http://plus.google.com/+{{ author.google.plus }} " class ="author-social " target ="_blank "> < i class ="fa fa-fw fa-google-plus-square "> </ i > Google+</ a > {% endif %}
1919 {% if author.linkedin %}< a href ="http://linkedin.com/in/{{ author.linkedin }} " class ="author-social " target ="_blank "> < i class ="fa fa-fw fa-linkedin-square "> </ i > LinkedIn</ a > {% endif %}
20+ {% if author.xing %}< a href ="http://www.xing.com/profile//{{ author.xing }} " class ="author-social " target ="_blank "> < i class ="fa fa-fw fa-xing-square "> </ i > XING</ a > {% endif %}
2021 {% if author.instagram %}< a href ="http://instagram.com/{{ author.instagram }} " class ="author-social " target ="_blank "> < i class ="fa fa-fw fa-instagram "> </ i > Instagram</ a > {% endif %}
2122 {% if author.tumblr %}< a href ="http://{{ author.tumblr }}.tumblr.com " class ="author-social " target ="_blank "> < i class ="fa fa-fw fa-tumblr-square "> </ i > Tumblr</ a > {% endif %}
2223 {% if author.github %}< a href ="http://github.com/{{ author.github }} " class ="author-social " target ="_blank "> < i class ="fa fa-fw fa-github "> </ i > Github</ a > {% endif %}
You can’t perform that action at this time.
0 commit comments