Author: rezan
Date: Sun Dec 7 01:16:27 2014
New Revision: 1643627
URL: http://svn.apache.org/r1643627
Log:
links
Modified:
devicemap/site/trunk/templates/skeleton.html
Modified: devicemap/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/devicemap/site/trunk/templates/skeleton.html?rev=1643627&r1=1643626&r2=1643627&view=diff
==============================================================================
--- devicemap/site/trunk/templates/skeleton.html (original)
+++ devicemap/site/trunk/templates/skeleton.html Sun Dec 7 01:16:27 2014
@@ -19,18 +19,18 @@
limitations under the License.
-->
- <link href="/devicemap/css/devicemap.css" rel="stylesheet" type="text/css">
+ <link href="/css/devicemap.css" rel="stylesheet" type="text/css">
<title>Apache DeviceMap - {% block title %}{{ headers.title }}{% endblock
%}</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- TODO favicon
- <link rel="icon" type="image/png"
href="/devicemap/images/devicemap-logo/devicemap-favicon.png"/>
+ <link rel="icon" type="image/png"
href="/images/devicemap-logo/devicemap-favicon.png"/>
-->
</head>
<body>
<div id="navigation">
- <img alt="Apache DeviceMap" width="300" height="98"
src="/devicemap/images/devicemap-logo/devicemap-logo-300-98.png"/>
+ <img alt="Apache DeviceMap" width="300" height="98"
src="/images/devicemap-logo/devicemap-logo-300-98.png"/>
{% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
</div>