summaryrefslogtreecommitdiff
path: root/themes/stingray/layouts/partials/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/stingray/layouts/partials/header.html')
-rw-r--r--themes/stingray/layouts/partials/header.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/themes/stingray/layouts/partials/header.html b/themes/stingray/layouts/partials/header.html
index 5759242..9b61ee6 100644
--- a/themes/stingray/layouts/partials/header.html
+++ b/themes/stingray/layouts/partials/header.html
@@ -1,4 +1,6 @@
-<div class="text-center">
- <h1 class="title">{{ .Site.Title }}</h1>
- {{ .Site.Params.Description }}
-</div> \ No newline at end of file
+<header>
+ <div class="text-center">
+ <h1 class="title">{{ .Site.Title }}</h1>
+ {{ .Site.Params.Description }}
+ </div>
+</header>