diff --git a/data/templates/default.html4 b/data/templates/default.html4 index f0dd8880e..deba57a7b 100644 --- a/data/templates/default.html4 +++ b/data/templates/default.html4 @@ -12,6 +12,9 @@ $if(date-meta)$ $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 type="text/css"> 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 @@ -12,6 +12,9 @@ $if(date-meta)$ $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>