diff options
Diffstat (limited to 'default.html')
| -rw-r--r-- | default.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/default.html b/default.html index 0a20a7be8..8caea26c8 100644 --- a/default.html +++ b/default.html @@ -10,6 +10,9 @@ $endfor$ $if(date-meta)$ <meta name="date" content="$date-meta$" /> $endif$ +$if(keywords)$ + <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" /> +$endif$ <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> <style type="text/css">code{white-space: pre;}</style> $if(quotes)$ @@ -21,7 +24,7 @@ $highlighting-css$ </style> $endif$ $for(css)$ - <link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$/> + <link rel="stylesheet" href="$css$" type="text/css" /> $endfor$ $if(math)$ $math$ |
