summaryrefslogtreecommitdiff
path: root/_site_build/_includes/sidebar.html
blob: 2577a28c2db0360bc6f28a1de6ba2cdfb7a76996 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<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.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>