summaryrefslogtreecommitdiffstats
path: root/blog/_includes/header.html
blob: a5eab3db4d4567e1f665b561d861c0455335f3a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<header id="header">
  <div id="logo">
    <img src="{{ '/assets/images/header.png' | prepend: site.baseurl_root }}" alt="Norsk Urskog">
    Norwegian Underground Metal Sampler
  </div>
  <div id="banner-pos-1">
    <a href="http://infernofestival.net">
      <img alt="Inferno_banner_500x78" src="http://www.infernofestival.net/design/bannere/Inferno_banner_500x78.gif">
    </a>
  </div>
  {% include menubar.html %}
</header>