diff options
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/analytics.html | 0 | ||||
-rw-r--r-- | _includes/footer.html | 12 | ||||
-rw-r--r-- | _includes/sidebar.html | 14 | ||||
-rw-r--r-- | _includes/social.html | 21 |
4 files changed, 0 insertions, 47 deletions
diff --git a/_includes/analytics.html b/_includes/analytics.html deleted file mode 100644 index e69de29..0000000 --- a/_includes/analytics.html +++ /dev/null diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index 84acbb4..0000000 --- a/_includes/footer.html +++ /dev/null @@ -1,12 +0,0 @@ -<div class="disclaimer"> - {% if site.theme.show_disclaimer %} - <p> - The postings on this site are my own and don't necessarily represent my - employer’s positions, strategies or opinions. - </p> - {% endif %} - - <p> - © {{ site.theme.name }}, 2013 — built with Jekyll using Lagom theme - </p> -</div>
\ No newline at end of file diff --git a/_includes/sidebar.html b/_includes/sidebar.html deleted file mode 100644 index c84f6d2..0000000 --- a/_includes/sidebar.html +++ /dev/null @@ -1,14 +0,0 @@ -<nav> - <!-- <a href="/"> - <img src="/logo.png" id="logo" alt="Blog logo"/> - </a> --> - <h2><a href="/">{{ site.theme.name }}</a></h2> - <hr/> - <p>{{ site.theme.tagline }}</p> - <hr/> - <div> - <div id="social"> - {% include social.html %} - </div> - </div> -</nav> 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> |