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 397b547 commit b6a5534Copy full SHA for b6a5534
layouts/partials/head.html
@@ -13,6 +13,7 @@
13
{{- else -}}
14
<title>{{ .Title }} · {{ .Site.Title }}</title>
15
{{- end }}
16
+ <meta name="description" content="{{if .IsHome}}{{ $.Site.Params.description }}{{else}}{{.Description}}{{end}}" />
17
18
<!-- CSS -->
19
<link type="text/css" rel="stylesheet" href="{{ .Site.BaseURL }}css/print.css" media="print">
0 commit comments