1
0
Fork 0

rename matomo tracking shortcode to privacy

This commit is contained in:
Carlos Mogas da Silva 2021-05-13 16:49:12 +01:00
parent e92e33b10b
commit 04ab0048b1

View file

@ -1,6 +0,0 @@
<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>