Hugo theme component to add support for Matomo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
hugo-matomo/layouts/shortcodes/matomo_privacy.html

6 lines
477 B

<p><u>{{ i18n "trackingStatus" }}</u></p>
<iframe
style="border: 0; min-width: 100%; min-height: 200px"
src="{{- .Site.Params.matomo.url -}}/index.php?module=CoreAdminHome&action=optOut&language={{ .Site.Language.Lang }}&backgroundColor={{- .Site.Params.matomo.privacy.backgroundcolor -}}&fontColor={{- .Site.Params.matomo.privacy.fontcolor -}}&fontSize={{- .Site.Params.matomo.privacy.fontsize -}}&fontFamily={{- .Site.Params.matomo.privacy.fontfamily -}}"
></iframe>