diff options
Diffstat (limited to '_includes/social.html')
-rw-r--r-- | _includes/social.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/_includes/social.html b/_includes/social.html deleted file mode 100644 index 41a4908..0000000 --- a/_includes/social.html +++ /dev/null @@ -1,21 +0,0 @@ -{{ site | jsonify }} -TESTING SOMETHING IGNORE ME -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> |