A fast and simple blog backend.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
mediocre-blog/_includes/sidebar.html

14 lines
278 B

<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>