You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
552 B
21 lines
552 B
{{ partial "head/meta-tags.html" . }}
|
|
|
|
{{ if .Params.canonicalUrl }}
|
|
<link rel="canonical" href="{{ .Params.canonicalUrl }}">
|
|
{{ else }}
|
|
<link rel="canonical" href="{{ .Permalink }}">
|
|
{{ end }}
|
|
|
|
{{ partialCached "head/theme-styles.html" . }}
|
|
|
|
{{ partialCached "head/color-scheme.html" . }}
|
|
|
|
{{ partialCached "head/custom-styles.html" . }}
|
|
|
|
{{ partialCached "head/custom-icons.html" . }}
|
|
|
|
{{ partial "head/alternative-output-formats.html" . }}
|
|
|
|
{{ if .IsHome }}{{ partial "head/hugo-generator.html" . }}{{ end }}
|
|
|
|
{{ partial "head/extensions.html" . }}
|
|
|