[gimp-web/gimp-web-static] Changed page titles to 'GIMP - PAGENAME'



commit 8cd82f3518aa8cda3fcaf7eeca0a4fcfb57ee5d8
Author: Pat David <pat patdavid net>
Date:   Sun Aug 2 14:26:41 2015 -0500

    Changed page titles to 'GIMP - PAGENAME'

 themes/newgimp/templates/page.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/newgimp/templates/page.html b/themes/newgimp/templates/page.html
index 4550056..1fe3419 100644
--- a/themes/newgimp/templates/page.html
+++ b/themes/newgimp/templates/page.html
@@ -1,6 +1,6 @@
 {% extends "base.html" %}
 
-{% block title %}{{ page.title }}{%endblock%}
+{% block title %}{{ SITENAME }} - {{ page.title }}{%endblock%}
 
 {% block head %}
 {{ super() }}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]