Author: scottbw
Date: Tue Nov 27 10:04:00 2012
New Revision: 1414051
URL: http://svn.apache.org/viewvc?rev=1414051&view=rev
Log:
Fixed paths
Modified:
wookie/site/trunk/templates/skeleton.html
Modified: wookie/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/wookie/site/trunk/templates/skeleton.html?rev=1414051&r1=1414050&r2=1414051&view=diff
==============================================================================
--- wookie/site/trunk/templates/skeleton.html (original)
+++ wookie/site/trunk/templates/skeleton.html Tue Nov 27 10:04:00 2012
@@ -19,15 +19,15 @@
limitations under the License.
-->
- <link href="/wookie/css/wookie.css" rel="stylesheet" type="text/css">
- <link href="/wookie/css/code.css" rel="stylesheet" type="text/css">
+ <link href="/css/wookie.css" rel="stylesheet" type="text/css">
+ <link href="/css/code.css" rel="stylesheet" type="text/css">
<title>Apache Wookie (Incubating) - {% block title %}{{ headers.title }}{%
endblock %}</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div id="banner">
- <img alt="Apache Wookie (Incubating)" src="/wookie/images/logo.png"/>
+ <img alt="Apache Wookie (Incubating)" src="/images/logo.png"/>
<h1 class="title">{% block title %}{{ headers.title }}{% endblock %}</h1>
</div>