- <! -- sidebar.html -->
- <header class="sidebar-header" role="banner">
- <a href="{{ site.BASE_PATH }}/">
- <img src="{{ site.BASE_PATH }}/assets/media/phantomjs.png" class="img-circle" />
- </a>
- <h3 class="title">
- <a href="{{ site.BASE_PATH }}/">{{ site.title }}</a>
- </h3>
- </header>
- {% if site.description %}
- <div id="bio" class="text-center">
- {{ site.description }}
- </div>
- {% endif %}
- <! -- sidebar.html end -->
|