summaryrefslogtreecommitdiffstats
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2015-05-31 21:46:15 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2015-05-31 21:46:15 +0200
commit07a770b415ca1f8532ab1c58387e1ff42799249f (patch)
tree1a093a90cf76a76188b7df0f530b072b03bc96c8 /templates/page.tmpl
parentf034eef93966e0220315f295016755b5ba340a54 (diff)
Change title for website.
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl2
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 &ndash; den fria e-postf&ouml;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 -->