File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 15
15
{% if social.telegram %}< li > < a href ="https://t.me/{{ social.telegram | urlencode }} " title ="{{ social.telegram }} "> < svg class ="svg-icon grey "> < use xlink:href ="{{ get_url(path='minima-social-icons.svg#telegram') }} "> </ use > </ svg > </ a > </ li > {% endif %}
16
16
{% if social.microdotblog %}< li > < a rel ="me " href ="https://micro.blog/{{ social.microdotblog | urlencode }} " title ="{{ social.microdotblog }} "> < svg class ="svg-icon grey "> < use xlink:href ="{{ get_url(path='minima-social-icons.svg#microdotblog') }} "> </ use > </ svg > </ a > </ li > {% endif %}
17
17
{% if social.discord %}< li > < a href ="https://discord.gg/{{ social.discord | urlencode }} " title ="Discord "> < svg class ="svg-icon grey "> < use xlink:href ="{{ get_url(path='minima-social-icons.svg#discord') }} "> </ use > </ svg > Discord (#wg-gamedev)</ a > </ li > {% endif %}
18
- {% if social.rss %}< li > < a href ="{{ get_url(path='feed .xml') }} " title ="{{ social.rss }} "> < svg class ="svg-icon grey "> < use xlink:href ="{{ get_url(path='minima-social-icons.svg#rss') }} "> </ use > </ svg > RSS feed</ a > </ li > {% endif %}
18
+ {% if social.rss %}< li > < a href ="{{ get_url(path='rss .xml') }} " title ="{{ social.rss }} "> < svg class ="svg-icon grey "> < use xlink:href ="{{ get_url(path='minima-social-icons.svg#rss') }} "> </ use > </ svg > RSS feed</ a > </ li > {% endif %}
19
19
</ ul >
You can’t perform that action at this time.
0 commit comments