summaryrefslogtreecommitdiffstats
path: root/blog/_includes/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_includes/header.html')
-rw-r--r--blog/_includes/header.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/blog/_includes/header.html b/blog/_includes/header.html
index 031ec77..a5eab3d 100644
--- a/blog/_includes/header.html
+++ b/blog/_includes/header.html
@@ -1 +1,12 @@
-<h1>Welcome to Norsk Urskog</h1>
+<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>