diff options
Diffstat (limited to 'default.html5')
-rw-r--r-- | default.html5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.html5 b/default.html5 index 0676215..9699b85 100644 --- a/default.html5 +++ b/default.html5 | |||
@@ -13,6 +13,9 @@ $endif$ | |||
13 | $if(keywords)$ | 13 | $if(keywords)$ |
14 | <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" /> | 14 | <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" /> |
15 | $endif$ | 15 | $endif$ |
16 | $if(description-meta)$ | ||
17 | <meta name="description" content="$description-meta$" /> | ||
18 | $endif$ | ||
16 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> | 19 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> |
17 | <style> | 20 | <style> |
18 | $styles.html()$ | 21 | $styles.html()$ |