Move the noscript img tag to the "footer"
This commit is contained in:
parent
ea5e0ff7c3
commit
473cc87754
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,7 @@
|
|||
{{ if and (isset .Site.Params "matomo") (eq .Site.Params.matomo.enable true) }}
|
||||
<noscript>
|
||||
<img referrerpolicy="no-referrer-when-downgrade" src="{{- .Site.Params.matomo.url -}}/matomo.php?idsite={{- .Site.Params.matomo.id -}}&rec=1" style="border:0;" alt="" />
|
||||
</noscript>
|
||||
<script type="text/javascript">
|
||||
window.addEventListener("load", function() {
|
||||
shouldShowPopup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue