You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/06/06 13:56:54 UTC

svn commit: r1346837 - /incubator/ooo/ooo-site/trunk/templates/skeleton.html

Author: arielch
Date: Wed Jun  6 11:56:53 2012
New Revision: 1346837

URL: http://svn.apache.org/viewvc?rev=1346837&view=rev
Log:
Add support for custom css per file

Modified:
    incubator/ooo/ooo-site/trunk/templates/skeleton.html

Modified: incubator/ooo/ooo-site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/templates/skeleton.html?rev=1346837&r1=1346836&r2=1346837&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/templates/skeleton.html (original)
+++ incubator/ooo/ooo-site/trunk/templates/skeleton.html Wed Jun  6 11:56:53 2012
@@ -6,6 +6,7 @@
 {% autoescape off %}{{ header }}{% endautoescape %}{% else %}
 <title>{% block title %}{{ headers.title }}{% endblock %}</title>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+{% if headers.css %}<link href="{{ headers.css }}" rel="stylesheet" type="text/css">{% endif %}
 {% endif %}
 </head>
 <body>