diff options
Diffstat (limited to 'repo/www/template.html')
| -rw-r--r-- | repo/www/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/www/template.html b/repo/www/template.html index 3417e93..b4746d9 100644 --- a/repo/www/template.html +++ b/repo/www/template.html @@ -13,7 +13,7 @@ $endif$ $if(keywords)$ <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" /> $endif$ - <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> + <title>$pagetitle$$if(sitetitle)$ – $sitetitle$$endif$</title> <style> $styles.html()$ </style> |
