mediocre-blog/_includes/sidebar.html

15 lines
278 B
HTML
Raw Normal View History

2013-10-17 00:20:50 +00:00
<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>