Based quest initial theme.
[bquest.git] / layouts / partials / header.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html lang="{{ .Site.Language }}">
4 <head>
5 <title>{{ .Site.Title }}</title>
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <link rel="stylesheet" type="text/css" href="/bquest.css">
8 <meta property="og:title" content="{{.Site.Title}}">
9 <meta property="og:description" content="{{ if not .IsHome }}{{ .Description }}{{ else }}{{ .Site.Params.Description }}{{ end }}">
10 {{ if .Params.img }}<meta property="og:image" content="{{ .Site.BaseURL }}img/{{ .Params.img }}">{{ end }}
11 </head>
12 <body>