This repository has been archived on 2020-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
2020-03-05 04:10:52 +00:00
|
|
|
<title>{{ block "title" . }}
|
|
|
|
{{- .Title }} - {{ .Site.Title -}}
|
|
|
|
{{ end }}</title>
|
|
|
|
{{ if .Description }}
|
|
|
|
<meta name="description" content="{{ .Description }}" />
|
|
|
|
{{ end }}
|
|
|
|
{{ if .Keywords }}
|
|
|
|
<meta name="keywords" content="{{ delimit .Keywords "," }}" />
|
|
|
|
{{ end }}
|
|
|
|
{{ if .Params.Author }}
|
|
|
|
<meta name="author" content="{{ .Params.Author}}" />
|
|
|
|
{{ end }}
|
2020-03-16 01:46:15 +00:00
|
|
|
{{ template "_internal/opengraph.html" . }}
|
|
|
|
{{ template "_internal/twitter_cards.html" . }}
|
2020-03-05 04:10:52 +00:00
|
|
|
{{ hugo.Generator }}
|