aboutsummaryrefslogtreecommitdiff
path: root/data/templates/default.html5
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/default.html5')
-rw-r--r--data/templates/default.html53
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/default.html5 b/data/templates/default.html5
index 0676215d4..dd7dc3212 100644
--- a/data/templates/default.html5
+++ b/data/templates/default.html5
@@ -13,6 +13,9 @@ $endif$
$if(keywords)$
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
$endif$
+$if(description)$
+ <meta name="description" content="$description$" />
+$endif$
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
<style>
$styles.html()$