You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by sm...@apache.org on 2013/04/07 12:06:43 UTC

svn commit: r1465357 - /incubator/climate/site/trunk/templates/skeleton.html

Author: smarru
Date: Sun Apr  7 10:06:43 2013
New Revision: 1465357

URL: http://svn.apache.org/r1465357
Log:
updating the paths

Modified:
    incubator/climate/site/trunk/templates/skeleton.html

Modified: incubator/climate/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/climate/site/trunk/templates/skeleton.html?rev=1465357&r1=1465356&r2=1465357&view=diff
==============================================================================
--- incubator/climate/site/trunk/templates/skeleton.html (original)
+++ incubator/climate/site/trunk/templates/skeleton.html Sun Apr  7 10:06:43 2013
@@ -18,7 +18,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-	<link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap.min.css">
+	<link rel="stylesheet" type="text/css" media="screen" href="/css/bootstrap.min.css">
     <style type="text/css">
 	  body {
 		  padding-top: 60px;
@@ -36,7 +36,7 @@
 	  }
 	  }
 	</style>
-    <link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap-responsive.min.css">
+    <link rel="stylesheet" type="text/css" media="screen" href="/css/bootstrap-responsive.min.css">
   <title>{% block title %}{{ headers.title }}{% endblock %}</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
@@ -103,8 +103,8 @@
   	</div>
   </footer>
   
-  <script src="js/jquery-1.9.1.min.js"></script> 
-  <script src="js/bootstrap.min.js"></script>
+  <script src="/js/jquery-1.9.1.min.js"></script> 
+  <script src="/js/bootstrap.min.js"></script>
 
 </body>
 </html>