You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by qu...@apache.org on 2013/01/08 04:27:08 UTC

svn commit: r1430127 - in /flex/site/trunk/templates: flex-v2-header.html flex-v2-renderer.html

Author: quetwo
Date: Tue Jan  8 03:27:08 2013
New Revision: 1430127

URL: http://svn.apache.org/viewvc?rev=1430127&view=rev
Log:
Initial push of v2 website

Modified:
    flex/site/trunk/templates/flex-v2-header.html
    flex/site/trunk/templates/flex-v2-renderer.html

Modified: flex/site/trunk/templates/flex-v2-header.html
URL: http://svn.apache.org/viewvc/flex/site/trunk/templates/flex-v2-header.html?rev=1430127&r1=1430126&r2=1430127&view=diff
==============================================================================
--- flex/site/trunk/templates/flex-v2-header.html (original)
+++ flex/site/trunk/templates/flex-v2-header.html Tue Jan  8 03:27:08 2013
@@ -6,7 +6,7 @@
 <head>
 
     <meta charset="utf-8">
-    <title>Apache Flex® - </title>
+    <title>Apache Flex®{% block title %}{% if headers.title %} - {{ headers.title }}{% endif %}{% endblock %}</title>
 
     <!-- For Mobiles  -->
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

Modified: flex/site/trunk/templates/flex-v2-renderer.html
URL: http://svn.apache.org/viewvc/flex/site/trunk/templates/flex-v2-renderer.html?rev=1430127&r1=1430126&r2=1430127&view=diff
==============================================================================
--- flex/site/trunk/templates/flex-v2-renderer.html (original)
+++ flex/site/trunk/templates/flex-v2-renderer.html Tue Jan  8 03:27:08 2013
@@ -7,7 +7,7 @@
 {% autoescape off %}{{ flex-v2-hometemplate-top }}{% endautoescape %}
 {% endif %}
 
-{% block content %}{{ content|markdown }}{% endblock %}
+{% block content %}{{ content }}{% endblock %}
 
 <!-- Home Page Exception -->
 {% if headers.homepage %}