sidebar.html 425 B

12345678910111213141516
  1. <! -- sidebar.html -->
  2. <header class="sidebar-header" role="banner">
  3. <a href="{{ site.BASE_PATH }}/">
  4. <img src="{{ site.BASE_PATH }}/assets/media/phantomjs.png" class="img-circle" />
  5. </a>
  6. <h3 class="title">
  7. <a href="{{ site.BASE_PATH }}/">{{ site.title }}</a>
  8. </h3>
  9. </header>
  10. {% if site.description %}
  11. <div id="bio" class="text-center">
  12. {{ site.description }}
  13. </div>
  14. {% endif %}
  15. <! -- sidebar.html end -->