diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/page.tmpl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/page.tmpl b/templates/page.tmpl index 546142c..e9f8673 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -1,7 +1,7 @@  <!DOCTYPE html>  <html>    <head> -    <title><TMPL_VAR TITLE></title> +    <title><TMPL_IF ISWEBSITE>Fripost – den fria e-postföreningen<TMPL_ELSE><TMPL_VAR TITLE></TMPL_IF></title>      <meta name="viewport" content="width=device-width, initial-scale=1.0">      <meta charset="utf-8" />      <!-- Bootstrap --> | 
