janhoy commented on code in PR #3217: URL: https://github.com/apache/solr/pull/3217#discussion_r1971650510
########## solr/solr-ref-guide/ui-src/partials/head-icons.hbs: ########## @@ -1,3 +1,20 @@ <!-- Solr Changes - Start --> <link rel="icon" href="{{{uiRootPath}}}/img/favicon.ico" type="image/x-icon"> + {{#if env.MATOMO_ENABLED}} + <script> Review Comment: So I did some more research, and turns out the [head-scripts.hbs](https://gitlab.com/antora/antora-ui-default/-/blob/master/src/partials/head-scripts.hbs) template only contained some google-analytics stuff that we don't want anyway, so I moved our matomo script there instead. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org