You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2017/06/17 01:44:56 UTC

archiva-site git commit: fixing site generation with site plugin 3.6

Repository: archiva-site
Updated Branches:
  refs/heads/master 70c737ff3 -> eecc3dcff


fixing site generation with site plugin 3.6

Signed-off-by: olivier lamy <ol...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/archiva-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva-site/commit/eecc3dcf
Tree: http://git-wip-us.apache.org/repos/asf/archiva-site/tree/eecc3dcf
Diff: http://git-wip-us.apache.org/repos/asf/archiva-site/diff/eecc3dcf

Branch: refs/heads/master
Commit: eecc3dcff485fd34b48ea90176f4402b139e7cee
Parents: 70c737f
Author: olivier lamy <ol...@apache.org>
Authored: Sat Jun 17 11:44:51 2017 +1000
Committer: olivier lamy <ol...@apache.org>
Committed: Sat Jun 17 11:44:51 2017 +1000

----------------------------------------------------------------------
 src/site/site.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva-site/blob/eecc3dcf/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 688f8b6..f979eb8 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -23,7 +23,7 @@
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.4</version>
+    <version>1.6</version>
   </skin>
 
 <!-- do not use fluido ga pattern use analytics.js instead-->
@@ -57,6 +57,7 @@
   </custom>
   <body>
       <head>
+        <![CDATA[
         <!-- Google Analytics -->
         <script src='//www.google-analytics.com/analytics.js'></script>
         <script>
@@ -66,6 +67,7 @@
           ga('send', 'pageview');
 
         </script>
+        ]]>
     </head>
     <menu name="Introduction">
       <item name="About"                href="/index.html" />
@@ -107,10 +109,12 @@
     </menu>
 
     <footer>
+      <![CDATA[
       <div class="row pull-left">Apache ${project.name}, ${project.name}, Apache, the Apache feather logo, and the Apache ${project.name} project logos are trademarks of The Apache Software Foundation.</div>
       <div class="row pull-left">
         <a href="${project.url}privacy-policy.html">Privacy Policy</a>
       </div>
+      ]]>
     </footer>
   </body>
 </project>