summaryrefslogtreecommitdiff
path: root/_includes/social.html
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2018-01-18 13:57:10 +0000
committerBrian Picciano <mediocregopher@gmail.com>2018-01-18 13:59:57 +0000
commit1160805befad7d674d2cf8374baa2f3f4b12741d (patch)
tree960a9e66702d3e7ffe77877db3a2bb08937d9f07 /_includes/social.html
parent6322361389b56fa072eb9bebaa39d0e7725d709a (diff)
replace old blog layout with minimal-mistakes theme
Diffstat (limited to '_includes/social.html')
-rw-r--r--_includes/social.html21
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>