summaryrefslogtreecommitdiff
path: root/_includes/sidebar.html
blob: c84f6d2fb9cf7c9d1413545fb8161e98bfa15acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>