We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8a7a3 commit 589504bCopy full SHA for 589504b
themes/opentermsarchive/layouts/partials/head.html
@@ -1,7 +1,7 @@
1
<head>
2
<meta charset="utf-8" />
3
<title>{{ with .Param "html_title" }}{{ . }}{{ else }}{{ .Title }}{{ end }}</title>
4
- <meta name="description" content="{{ .Description }}" />
+ <meta name="description" content="{{ with .Param "html_description"}}{{ . }}{{ else }}{{ .Summary | truncate 160 }}{{ end }}">
5
<meta name="viewport" content="width=device-width,initial-scale=1" />
6
{{ $styles := resources.Get "css/loader.css" | toCSS | postCSS (dict "config" "./assets/css/postcss.config.js" "inlineImports" true) }}
7
{{ if hugo.IsProduction }}{{ $styles = $styles | minify | fingerprint | resources.PostProcess }}{{ end }}
0 commit comments