header.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <header>
  2. <div id="banner">
  3. <div class="pull-left"><a href="https://shimingxy.github.io/MaxKey/" id="bannerLeft">
  4. <img src="{{ "/images/logo.jpg" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}" width="114px" alt=""/></a>
  5. </div>
  6. <!--<div class="pull-right"><a href="" id="bannerRight"><img src="images/logo.png" alt=""/></a></div>-->
  7. <div class="clear"><hr/></div>
  8. </div>
  9. <div id="breadcrumbs">
  10. <ul class="breadcrumb">
  11. <li id="publishDate">Last Published: 2020-03-3<span class="divider">|</span></li>
  12. <li id="projectVersion">Version: v1.2.1</li>
  13. <li class="pull-right"><span class="divider">|</span>
  14. <a href="https://github.com/shimingxy/MaxKey" class="externalLink" title="GitHub">GitHub</a>
  15. </li>
  16. </ul>
  17. </div>
  18. </header>
  19. <!--
  20. <header class="site-header px2 px-responsive">
  21. <div class="mt2 wrap">
  22. <div class="measure">
  23. <a href="{{ site.url }}" class="site-title">{{ site.title }}</a>
  24. <nav class="site-nav">
  25. {% include navigation.html %}
  26. </nav>
  27. <div class="clearfix"></div>
  28. {% if site.show_social_icons %}
  29. {% include social_links.html %}
  30. {% endif %}
  31. </div>
  32. </div>
  33. </header>
  34. -->