aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/hugo-pt2021/layouts/partials/head.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/hugo-pt2021/layouts/partials/head.html b/themes/hugo-pt2021/layouts/partials/head.html
index 56468e4..09da4ff 100644
--- a/themes/hugo-pt2021/layouts/partials/head.html
+++ b/themes/hugo-pt2021/layouts/partials/head.html
@@ -4,6 +4,12 @@
{{/* set responsive viewport */}}
<meta name='viewport' content='width=device-width, initial-scale=1'/>
+ {{/* add site description */}}
+ <meta
+ name='description'
+ content='{{- default "" .Site.Params.description -}}'
+ />
+
<title>
{{- block "title" . -}}
{{- .Page.Title -}}