diff --git a/src/head.inc b/src/head.inc index e392f05..121ce0c 100644 --- a/src/head.inc +++ b/src/head.inc @@ -24,6 +24,19 @@ ## Tap highlighting +## Google Analytics +#if $Extras.Header.google_analytics_enable == "yes" + + + +#end if + ## Favicons / mobile icons diff --git a/src/skin.conf b/src/skin.conf index 1dcb2e5..dc595ee 100644 --- a/src/skin.conf +++ b/src/skin.conf @@ -112,6 +112,11 @@ # If you don't like the logo you can specify the URL to your own custom_logo_url = + # Enable Google Analytics + google_analytics_enable = no + google_analytics_id = + + # Footer # -------------------------------------------------------------------------