Update header.html

This commit is contained in:
shimingxy 2020-03-07 13:09:25 +08:00
parent 7022434694
commit 57bd153097

View File

@ -1,9 +1,11 @@
<header> <header>
<div id="banner"> <div id="banner">
<div class="pull-left"><a href="https://shimingxy.github.io/MaxKey/" id="bannerLeft"> <div class="pull-left"><a href="https://shimingxy.github.io/MaxKey/" id="bannerLeft">
<img src="{{ "/images/logo.jpg" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}" width="114px" alt=""/></a> <h1>MaxKey</h1>
</div>
<div class="pull-right">
<a href="#" id="bannerRight"><img src=""/images/logo.jpg" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}" alt=""/></a>
</div> </div>
<!--<div class="pull-right"><a href="" id="bannerRight"><img src="images/logo.png" alt=""/></a></div>-->
<div class="clear"><hr/></div> <div class="clear"><hr/></div>
</div> </div>