2020-04-11 19:28:48 +08:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
{{with .Site.Params.description -}}
|
|
|
|
<meta name="description" content="{{.}}">
|
|
|
|
{{ end }}
|
|
|
|
{{- with .Site.Params.author -}}
|
|
|
|
<meta name="Author" content="{{.}}">
|
|
|
|
{{ end }}
|
|
|
|
{{- with .Site.Params.keywords -}}
|
|
|
|
<meta name="keywords" content="{{.}}">
|
|
|
|
{{ end -}}
|
2020-04-12 04:44:02 +08:00
|
|
|
<link rel="stylesheet" href={{ "/css/syntax.css" | absURL }}>
|
|
|
|
<link rel="stylesheet" href={{ "/css/style.css" | absURL }}>
|
2020-04-11 19:28:48 +08:00
|
|
|
<script src="https://kit.fontawesome.com/1b7478c139.js" crossorigin="anonymous"></script>
|
|
|
|
<title>{{ .Site.Title }}</title>
|
|
|
|
</head>
|