summaryrefslogtreecommitdiff
path: root/layouts/partials/header.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.tmpl')
-rw-r--r--layouts/partials/header.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/layouts/partials/header.tmpl b/layouts/partials/header.tmpl
new file mode 100644
index 0000000..47ee061
--- /dev/null
+++ b/layouts/partials/header.tmpl
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="{{ $.Site.Params.language }}">
+<head>
+<meta charset="utf-8" />
+<meta name="viewport" content="width=device-width, minimumscale=1.0, maximum-scale=1.0" />
+<title>moehring | {{.Title}}</title>
+{{partial "favicon.tmpl"}}
+{{partial "css.tmpl"}}
+</head>
+<body>