You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/19 21:06:49 UTC

svn commit: r1579377 - /thrift/cms-site/trunk/content/tutorial/index.html

Author: joes
Date: Wed Mar 19 20:06:48 2014
New Revision: 1579377

URL: http://svn.apache.org/r1579377
Log:
better tutorial index page

Modified:
    thrift/cms-site/trunk/content/tutorial/index.html

Modified: thrift/cms-site/trunk/content/tutorial/index.html
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/index.html?rev=1579377&r1=1579376&r2=1579377&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/index.html (original)
+++ thrift/cms-site/trunk/content/tutorial/index.html Wed Mar 19 20:06:48 2014
@@ -1,4 +1,4 @@
-{% extends 'default' %}
+{% extends 'default.html' %}
 {% block title %}Index of Tutorial{% endblock %}
 {% block content %}
 {% filter markdown %}
@@ -28,8 +28,8 @@ The Thrift compiler is used to generate 
 
 ## Examples Clients and Servers
 {% endfilter %}
-{{ content | markdown }}
-{% end block %}
+{{ content|markdown }}
+{% endblock %}