[opw-web] Fix the title



commit 6e2316da2f5645293802176bc067b1efede99f0f
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Mon Mar 10 14:02:23 2014 -0400

    Fix the title
    
    Use the per-per title that is computed. Comment out the code that was
    using the site title for everything, but fix it to actually work if
    we want to switch back to that.

 skins/easterngreen/html/tpl_header.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/skins/easterngreen/html/tpl_header.html b/skins/easterngreen/html/tpl_header.html
index 34059b3..1443ffe 100644
--- a/skins/easterngreen/html/tpl_header.html
+++ b/skins/easterngreen/html/tpl_header.html
@@ -16,8 +16,8 @@ ocalization variable
 <html dir="[[html_direction]]" lang="{{lang_name}}">
 <head>
     <meta charset="utf-8" />
-    <!--<title>[[page_title]]</title>-->
-    <title>[[site_title]]</title>
+    <title>[[page_title]]</title>
+<!--    <title>{{site_title}}</title> -->
     <meta name="description" content="[[site_desc]]" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 


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