10 lines
551 B
HTML
10 lines
551 B
HTML
|
<base href="/">
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||
|
<meta name="author" content="{{ with .Site.Params.name }}{{ . }}{{ end }}">
|
||
|
<meta name="description" content="{{ with .Site.Params.name }}{{ . }}{{ end }}">
|
||
|
{{ .Hugo.Generator }}
|
||
|
<title>{{ .Site.Title }}</title>
|
||
|
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700" rel="stylesheet" type="text/css">
|
||
|
<link href="{{ .Site.BaseURL }}css/theme.css" rel="stylesheet" type="text/css">
|