Skip to content

Commit

Permalink
Use rss title in config for social link
Browse files Browse the repository at this point in the history
  • Loading branch information
ashawley committed Jan 14, 2018
1 parent 185df2a commit 011da96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
{% if site.stackoverflow_username %}<li><a href="https://stackoverflow.com/{{ site.stackoverflow_username | cgi_escape | escape }}"><svg class="svg-icon" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/assets/icons.svg#stackoverflow"></use></svg> <span class="username">{{ site.stackoverflow_username | escape }}</span></a></li>{% endif %}
{% if site.youtube_username %}<li><a href="https://youtube.com/{{ site.youtube_username | cgi_escape | escape }}"><svg class="svg-icon" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/assets/icons.svg#youtube"></use></svg> <span class="username">{{ site.youtube_username | escape }}</span></a></li>{% endif %}
{% if site.googleplus_username %}<li><a href="https://plus.google.com/{{ site.googleplus_username | cgi_escape | escape }}"><svg class="svg-icon" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/assets/icons.svg#googleplus"></use></svg> <span class="username">{{ site.googleplus_username | escape }}</span></a></li>{% endif %}
{% if site.rss %}<li><a href="{{ site.baseurl }}/feed.xml"><svg class="svg-icon" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/assets/icons.svg#rss"></use></svg> <span>rss</span></a></li>{% endif %}
{% if site.rss %}<li><a href="{{ site.baseurl }}/feed.xml"><svg class="svg-icon" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/assets/icons.svg#rss"></use></svg> <span>{{ site.rss | escape }}</span></a></li>{% endif %}
</ul>

0 comments on commit 011da96

Please sign in to comment.