We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2dea0 commit c87c513Copy full SHA for c87c513
layouts/_default/baseof.html
@@ -9,6 +9,7 @@
9
<meta name="theme-color" content="{{.}}">
10
<meta name="msapplication-TileColor" content="{{.}}">
11
{{- end }}
12
+ <meta name="description" content="{{.Description | default .Site.Params.Description}}">
13
{{- partial "structured-data.html" . }}
14
{{- partial "favicons.html" }}
15
<title>{{.Title}}</title>
0 commit comments