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

svn commit: r1347019 - /logging/site/branches/cms/trunk/templates/page.html

Author: joes
Date: Wed Jun  6 18:13:46 2012
New Revision: 1347019

URL: http://svn.apache.org/viewvc?rev=1347019&view=rev
Log:
whitespace to trigger site build

Modified:
    logging/site/branches/cms/trunk/templates/page.html

Modified: logging/site/branches/cms/trunk/templates/page.html
URL: http://svn.apache.org/viewvc/logging/site/branches/cms/trunk/templates/page.html?rev=1347019&r1=1347018&r2=1347019&view=diff
==============================================================================
--- logging/site/branches/cms/trunk/templates/page.html (original)
+++ logging/site/branches/cms/trunk/templates/page.html Wed Jun  6 18:13:46 2012
@@ -1,56 +1,57 @@
-<!DOCTYPE html>
-<html lang="en">
-	<head>
-		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-		<title>{% block title %}{% endblock %} - {{ projectName }}</title>
-
-		<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
-		<link href="css/site.css" rel="stylesheet" type="text/css" />
-		<script src="js/jquery.min.js"></script>
-		<script src="js/bootstrap.min.js"></script>
-		<script src="js/site.js"></script>
-		
-		<!-- Google Analytics -->
-		<script type="text/javascript">
-			var _gaq = _gaq || [];
-			_gaq.push(['_setAccount', '{{ googleAnalyticsID }}']);
-			_gaq.push (['_gat._anonymizeIp']);
-			_gaq.push(['_trackPageview']);
-
-			(function() {
-				var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-				ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-				var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-			})();
-		</script>
-	</head>
-	<body>
-		{% include 'navbar.html' %}
-	
-		<div class="container">
-			<div class="content">
-				{% block content %}{% endblock %}
-			</div>
-			<div class="footer">
-				{% include 'footer.html' %}
-			</div>
-		</div>
-	</body>
-</html>
-
-{% comment %}
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-	http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-{% endcomment %}
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>{% block title %}{% endblock %} - {{ projectName }}</title>
+
+		<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
+		<link href="css/site.css" rel="stylesheet" type="text/css" />
+		<script src="js/jquery.min.js"></script>
+		<script src="js/bootstrap.min.js"></script>
+		<script src="js/site.js"></script>
+		
+		<!-- Google Analytics -->
+		<script type="text/javascript">
+			var _gaq = _gaq || [];
+			_gaq.push(['_setAccount', '{{ googleAnalyticsID }}']);
+			_gaq.push (['_gat._anonymizeIp']);
+			_gaq.push(['_trackPageview']);
+
+			(function() {
+				var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+				ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+				var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+			})();
+		</script>
+	</head>
+	<body>
+		{% include 'navbar.html' %}
+	
+		<div class="container">
+			<div class="content">
+				{% block content %}{% endblock %}
+			</div>
+			<div class="footer">
+				{% include 'footer.html' %}
+			</div>
+		</div>
+	</body>
+</html>
+
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+	http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+