update: add Matomo and Google analytics + Rewrite readme for a complete configuration
This commit is contained in:
@ -43,4 +43,13 @@ html(lang="en")
|
||||
include page-events.pug
|
||||
|
||||
#admin(hidden).with-sidebar
|
||||
include page-admin.pug
|
||||
include page-admin.pug
|
||||
|
||||
if analytics
|
||||
each provider in analytics
|
||||
if provider.type && provider.url && provider.url
|
||||
sib-analytics(
|
||||
type=`${provider.type}`
|
||||
url=`${provider.url}`
|
||||
id=`${provider.id}`
|
||||
)
|
Reference in New Issue
Block a user