diff options
Diffstat (limited to '_site_build/_includes/sidebar.html')
| -rw-r--r-- | _site_build/_includes/sidebar.html | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/_site_build/_includes/sidebar.html b/_site_build/_includes/sidebar.html deleted file mode 100644 index 73cef70..0000000 --- a/_site_build/_includes/sidebar.html +++ /dev/null @@ -1,41 +0,0 @@ -<aside> - <nav id="site-navigation"> - <h2>Links</h2> - <ul> - <li><a href="/" rel="home" target="_self" title="{{ site.title }}">Home</a></li> - <li><a href="/archives/" target="_self" title="Archives">Archives</a></li> - <li><a href="/about/" rel="author" target="_self" title="About {{ site.author }}">About</a></li> - <li><a href="{% if site.production and site.feedburner %}http://feeds.feedburner.com/{{ site.feedburner }}{% else %}/feed/{% endif %}" target="_self" title="Feed for {{ site.title }}">RSS</a></li> - </ul> - </nav> - <aside id="social"> - <h2>Contact</h2> - <ul> - {% if site.email %} - <li> - <a href="mailto:{{ site.email }}" rel="author" target="_blank" title="Email {{site.author }}"><span>Email</span>{{ site.email }}</a> - </li> - {% endif %} - {% if site.google_plus_id %} - <li> - <a href="https://plus.google.com/{{ site.google_plus_id }}" rel="external nofollow author" target="_blank" title="Follow {{ site.author }} on Google+"><span>Google+</span>{{ site.author }}</a> - </li> - {% endif %} - {% if site.twitter %} - <li> - <a href="http://twitter.com/#!/{{ site.twitter }}" rel="external nofollow" target="_blank" title="Follow {{ site.author }} on Twitter"><span>Twitter</span>@{{ site.twitter }}</a> - </li> - {% endif %} - {% if site.facebook %} - <li> - <a href="https://www.facebook.com/{{ site.facebook }}" rel="external nofollow" target="_blank" title="Follow {{ site.author }} on Facebook"><span>Facebook</span>{{ site.facebook }}</a> - </li> - {% endif %} - {% if site.github %} - <li> - <a href="https://github.com/{{ site.github }}" rel="external nofollow" target="_blank" title="Follow {{ site.author }} on GitHub"><span>Github</span>{{ site.github }}</a> - </li> - {% endif %} - </ul> - </aside> -</aside> |
