diff options
author | Dennis Eriksen <d@ennis.no> | 2018-10-13 10:10:13 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2018-10-13 10:10:13 +0200 |
commit | 026da97e86656d29a3e780d8f78abae9eb48204d (patch) | |
tree | 26aaef0509943f36ff9dcd107f7dcb8b1f6d57c5 /layouts/partials/header.html | |
parent | sample index with html5boilerplate (diff) | |
download | rikerz-026da97e86656d29a3e780d8f78abae9eb48204d.tar.gz |
more work
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r-- | layouts/partials/header.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e69de29..45614b8 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -0,0 +1,16 @@ +<!doctype html> +<html class="no-js" lang=""> + +<head> + <meta charset="utf-8"> + <meta http-equiv="x-ua-compatible" content="ie=edge"> + <title>{{ .Title }} {{ if ne .Title .Site.Title }} · {{ .Site.Title }}{{ end }}</title> + <meta name="description" content=""> + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> + + <link rel="stylesheet" href="css/normalize.css"> + <link rel="stylesheet" href="css/main.css"> +</head> + +<body> + <main> |