File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 43
43
github : # username
44
44
stackoverflow : # http://stackoverflow.com/users/123456/username
45
45
linkedin : # username
46
+ xing : # username
46
47
instagram : # username
47
48
lastfm : # username
48
49
tumblr : # username
Original file line number Diff line number Diff line change 12
12
13
13
< h3 itemprop ="name "> {{ author.name }}</ h3 >
14
14
< p > {{ author.bio }}</ p >
15
- {% if author.email %}< a href ="mailto:{{ author.email }} " class ="author-social " target ="_blank "> < i class ="fa fa-fw fa-envelope-square "> </ i > Email</ a > {% endif %}
15
+ {% if author.email %}< a href ="mailto:{{ author.email }} " class ="author-social " target ="_blank "> < i class ="fa fa-fw fa-envelope-square "> </ i > Email</ a > {% endif %}
16
16
{% if author.twitter %}< a href ="http://twitter.com/{{ author.twitter }} " class ="author-social " target ="_blank "> < i class ="fa fa-fw fa-twitter-square "> </ i > Twitter</ a > {% endif %}
17
17
{% 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 %}
18
18
{% 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 %}
19
19
{% 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 %}
20
21
{% 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 %}
21
22
{% 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 %}
22
23
{% 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