Add SEO metadata partial and bump Hugo version to 0.53 (#508)
Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{{- .Scratch.Set "numFigures" 1 }}
|
||||
{{- $pageType := cond .IsHome "home" .Section }}
|
||||
{{ .Scratch.Set "numFigures" 1 }}
|
||||
{{ $pageType := cond .IsHome "home" .Section }}
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ .Site.LanguageCode }}">
|
||||
<html lang="{{ site.LanguageCode }}">
|
||||
<head>
|
||||
{{ partial "meta.html" . }}
|
||||
<title>
|
||||
{{ block "title" . }}{{ .Site.Title }}{{ end }}
|
||||
{{ block "title" . }}{{ site.Title }}{{ end }}
|
||||
</title>
|
||||
{{ partial "css.html" . }}
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user