File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ wikidata_id: # your wikidata id
66
66
dblp_url : # your DBLP profile url
67
67
stackoverflow_id : # your stackoverflow id
68
68
69
+ rss_icon : true
70
+
69
71
contact_note : >
70
72
You can even add a little note about which of these is the best way to reach you.
71
73
Original file line number Diff line number Diff line change 16
16
{% if site.gitlab_username %}< a href ="https://gitlab.com/{{ site.gitlab_username }} " title ="GitLab "> < i class ="fab fa-gitlab "> </ i > </ a > {% endif %}
17
17
{% if site.dblp_url %}< a href ="{{ site.dblp_url }} " title ="DBLP "> < i class ="ai ai-dblp "> </ i > </ a > {% endif %}
18
18
{% if site.stackoverflow_id %}< a href ="https://stackoverflow.com/users/{{ site.stackoverflow_id }} " title ="Stackoverflow "> < i class ="fab fa-stack-overflow "> </ i > </ a > {% endif %}
19
+
20
+ {% if site.rss_icon %}< a href ="{{ site.baseurl | prepend: site.url }}/feed.xml " title ="RSS Feed "> < i class ="fas fa-rss-square "> </ i > </ a > {% endif %}
You can’t perform that action at this time.
0 commit comments