diff options
Diffstat (limited to 'data/templates/base.htm')
| -rw-r--r-- | data/templates/base.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/base.htm b/data/templates/base.htm index 72a34c1..f54cd0c 100644 --- a/data/templates/base.htm +++ b/data/templates/base.htm @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> - <title>{% block title %}{% endblock %} - {{title}}</title> + <title>{% block title %}{% endblock %}{{apptitle}}</title> <link rel="stylesheet" href="css/bootstrap.min.css"/> <link rel="stylesheet" href="css/font-awesome.css"/> <link rel="stylesheet" href="css/phinde.css"/> |
