Author: lukaszlenart
Date: Sat Feb  8 10:57:15 2014
New Revision: 1565961

URL: http://svn.apache.org/r1565961
Log:
Moves title to be configure per page

Modified:
    struts/site/branches/jekyll-powered/source/_layouts/default.html
    struts/site/branches/jekyll-powered/source/index.html

Modified: struts/site/branches/jekyll-powered/source/_layouts/default.html
URL: 
http://svn.apache.org/viewvc/struts/site/branches/jekyll-powered/source/_layouts/default.html?rev=1565961&r1=1565960&r2=1565961&view=diff
==============================================================================
--- struts/site/branches/jekyll-powered/source/_layouts/default.html (original)
+++ struts/site/branches/jekyll-powered/source/_layouts/default.html Sat Feb  8 
10:57:15 2014
@@ -9,7 +9,7 @@ This isn't a real template - it's meta t
   <meta name="Date-Revision-yyyymmdd" content="20140206"/>
   <meta http-equiv="Content-Language" content="en"/>
 
-  <title>Welcome to the Apache Struts project</title>
+  <title>{{ page.title }}</title>
 
   <link rel="stylesheet" href="/css/apache-maven-fluido-1.3.0.min.css"/>
   <link rel="stylesheet" href="/css/site.css"/>

Modified: struts/site/branches/jekyll-powered/source/index.html
URL: 
http://svn.apache.org/viewvc/struts/site/branches/jekyll-powered/source/index.html?rev=1565961&r1=1565960&r2=1565961&view=diff
==============================================================================
--- struts/site/branches/jekyll-powered/source/index.html (original)
+++ struts/site/branches/jekyll-powered/source/index.html Sat Feb  8 10:57:15 
2014
@@ -1,6 +1,6 @@
 ---
 layout: default
-title: Your New Jekyll Site
+title: Welcome to the Apache Struts project
 ---
 
 <div id="home">


Reply via email to