Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert van Geest committed Aug 28, 2024
2 parents ff7e7b3 + dce6b46 commit 69f697c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,21 @@ format:
toc: true
header-includes: |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro">
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://matomo.sib.swiss/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '220']);
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 -->
execute:
freeze: auto
Expand Down
Binary file modified assets/pdf/03_analysis_ST.pdf
Binary file not shown.

0 comments on commit 69f697c

Please sign in to comment.