File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ plugins:
3535
3636theme :
3737 name : material
38+ custom_dir : overrides
3839 logo : assets/images/iceberg-logo-icon.png
3940 favicon : assets/images/iceberg-logo-icon.png
4041 font :
Original file line number Diff line number Diff line change 1+ {% extends "base.html" %}
2+
3+ {% block extrahead %}
4+ {{ super() }}
5+ <!-- Matomo -->
6+ < script >
7+ var _paq = window . _paq = window . _paq || [ ] ;
8+ /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
9+ _paq . push ( [ "setDoNotTrack" , true ] ) ;
10+ _paq . push ( [ "disableCookies" ] ) ;
11+ _paq . push ( [ 'trackPageView' ] ) ;
12+ _paq . push ( [ 'enableLinkTracking' ] ) ;
13+ ( function ( ) {
14+ var u = "https://analytics.apache.org/" ;
15+ _paq . push ( [ 'setTrackerUrl' , u + 'matomo.php' ] ) ;
16+ _paq . push ( [ 'setSiteId' , '82' ] ) ;
17+ var d = document , g = d . createElement ( 'script' ) , s = d . getElementsByTagName ( 'script' ) [ 0 ] ;
18+ g . async = true ; g . src = u + 'matomo.js' ; s . parentNode . insertBefore ( g , s ) ;
19+ } ) ( ) ;
20+ </ script >
21+ <!-- End Matomo -->
22+ {% endblock %}
You can’t perform that action at this time.
0 commit comments