Initial commit
This commit is contained in:
commit
e92e33b10b
6 changed files with 71 additions and 0 deletions
6
layouts/shortcodes/matomo_tracking.html
Normal file
6
layouts/shortcodes/matomo_tracking.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue