Skip to content

Commit

Permalink
[MPOM-323] Upgrade fluido skin to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 11, 2022
1 parent dedff3f commit f1790e4
Showing 1 changed file with 13 additions and 21 deletions.
34 changes: 13 additions & 21 deletions src/site-docs/site.xml
Expand Up @@ -36,9 +36,21 @@ under the License.
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
</skin>

<custom>
<matomo>
<siteId>3</siteId>
<url>https://analytics.apache.org/</url>
<options>
<disableCookies/>
<trackPageView/>
<enableLinkTracking/>
</options>
</matomo>
</custom>

<edit>${project.scm.url}</edit>

<publishDate position="right" />
Expand All @@ -53,26 +65,6 @@ under the License.
<item name="ASF" href="https://maven.apache.org/pom/asf/index.html" />
</breadcrumbs>

<head>
<![CDATA[<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
/* We explicitly disable cookie tracking to avoid privacy issues */
_paq.push(['disableCookies']);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.apache.org/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '3']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->]]>
</head>

<menu name="Overview">
<item name="Introduction" href="index.html"/>
<!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
Expand Down

0 comments on commit f1790e4

Please sign in to comment.