Welcome to mirror list, hosted at ThFree Co, Russian Federation.

header.html « partials « layouts - gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e50fd5556ebc1b2bd08a989439fddbc8f7c0d76e (plain)
1
2
3
4
5
6
7
8
9
<head>
	<meta charset="utf-8">
	<meta name="description" content='{{ .Site.Params.metadesc }}'>
	<meta name="keywords" content='{{ .Site.Params.metakeys }}'>
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	{{ hugo.Generator }}
	<link rel="stylesheet" type="text/css" href='{{ "css/bootstrap.min.css" | absURL }}'>
	<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }}{{ end }}</title>
</head>