mediocre-blog/_includes/social.html

22 lines
672 B
HTML
Raw Normal View History

2017-09-10 01:26:23 +00:00
{{ site | jsonify }}
TESTING SOMETHING IGNORE ME
2013-10-17 00:20:50 +00:00
Follow me:
<div id="stalker">
{% if site.theme.social.github %}
<a title="{{ site.theme.social.github }} on Github" href="http://github.com/{{ site.theme.social.github }}">
<i class="icon-github-sign"></i>
</a>
{% endif %}
{% if site.theme.social.hacker_news %}
<a title="{{ site.theme.social.hacker_news }} on Hacker News" href="http://news.ycombinator.com/user?id={{site.theme.social.hacker_news }}">
<i class="icon-sign-blank"></i>
<span class="icon-overlay icon-hn">Y</span>
</a>
{% endif %}
<a title="RSS feed" id="rss" href="/atom.xml">
<i class="icon-rss-sign"></i>
</a>
</div>