You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2012/09/26 19:21:08 UTC

svn commit: r1390618 - in /mina/site/trunk/templates: asyncweb/ ftpserver/ mina/ page.html sshd/ vysper/

Author: elecharny
Date: Wed Sep 26 17:21:07 2012
New Revision: 1390618

URL: http://svn.apache.org/viewvc?rev=1390618&view=rev
Log:
added the directory for subprojects

Added:
    mina/site/trunk/templates/asyncweb/
    mina/site/trunk/templates/ftpserver/
    mina/site/trunk/templates/mina/
    mina/site/trunk/templates/sshd/
    mina/site/trunk/templates/vysper/
Modified:
    mina/site/trunk/templates/page.html

Modified: mina/site/trunk/templates/page.html
URL: http://svn.apache.org/viewvc/mina/site/trunk/templates/page.html?rev=1390618&r1=1390617&r2=1390618&view=diff
==============================================================================
--- mina/site/trunk/templates/page.html (original)
+++ mina/site/trunk/templates/page.html Wed Sep 26 17:21:07 2012
@@ -1,2 +1,11 @@
-{% include "header.html" %}
+{% extends "header.html" %}
+	{% block css %}
+		<link href="{{base}}css/common.css" rel="stylesheet" type="text/css">
+		<link href="{{base}}css/mina.css" rel="stylesheet" type="text/css">
+	{% endblock %}
+{% endextends %}
+
+{% block content %}{{ content|markdown }}{% endblock %}
+{{ headers.test }}
+
 {% include "footer.html" %}