diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-05-31 21:46:15 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-05-31 21:46:15 +0200 |
commit | 07a770b415ca1f8532ab1c58387e1ff42799249f (patch) | |
tree | 1a093a90cf76a76188b7df0f530b072b03bc96c8 /templates | |
parent | f034eef93966e0220315f295016755b5ba340a54 (diff) |
Change title for website.
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 --> |