2021-05-28 10:25:45 +02:00
|
|
|
[(#REM)
|
|
|
|
Head standard de toutes les pages ; les elements specifiques
|
|
|
|
(title, description) figurent dans le squelette article.html
|
|
|
|
]
|
|
|
|
|
|
|
|
<meta name="generator" content="SPIP[ (#SPIP_VERSION)]" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
#INSERT_HEAD_CSS
|
|
|
|
|
|
|
|
#INSERT_HEAD
|
|
|
|
|
|
|
|
[<link rel="stylesheet" href="(#CSS{css/spip.css})" type="text/css" />]
|
|
|
|
[<link rel="stylesheet" href="(#CSS{css/media.css})" type="text/css" />]
|
|
|
|
|
|
|
|
[(#REM) Thème SCSS du plugin ]
|
|
|
|
[<link rel="stylesheet" href="(#CSS{scss/baz_fonts.css})" type="text/css" />]
|
|
|
|
[<link rel="stylesheet" href="(#CSS{scss/theme.css})" type="text/css" />]
|
|
|
|
[<link rel="stylesheet" href="(#CSS{css/perso.css})" type="text/css" />]
|
|
|
|
|
|
|
|
[(#REM) scripts génériques ]
|
2021-09-14 12:12:19 +02:00
|
|
|
[<script src="(#CHEMIN{javascript/script.js}|timestamp)"></script>]
|
|
|
|
[<script src="(#CHEMIN{javascript/perso.js}|timestamp)"></script>]
|
2021-05-28 10:25:45 +02:00
|
|
|
|
|
|
|
[(#REM) flux RSS ]
|
|
|
|
[<link rel="alternate" type="application/rss+xml" title="<:syndiquer_site:/>" href="(#URL_PAGE{backend}|url_absolue)" />]
|
|
|
|
|
|
|
|
<!-- Script Podlove -->
|
2021-09-10 12:53:52 +02:00
|
|
|
<script src="/node_modules/@podlove/podlove-web-player/dist/embed.js"></script>
|
2021-05-28 10:25:45 +02:00
|
|
|
<!-- / Script Podlove -->
|
2023-02-02 14:12:05 +01:00
|
|
|
|
|
|
|
<!-- 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://statistiques.april.org/";
|
|
|
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
|
|
_paq.push(['setSiteId', '9']);
|
|
|
|
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 -->
|