integrated umami gdpr relevant site analytics, removed announcement banner
All checks were successful
ci / deploy (push) Successful in 33s
All checks were successful
ci / deploy (push) Successful in 33s
This commit is contained in:
parent
8559e895b3
commit
106de06410
3 changed files with 26 additions and 17 deletions
14
overrides/main.html
Normal file
14
overrides/main.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block extrahead %}
|
||||
{% set title = config.site_name %}
|
||||
{% if page and page.meta and page.meta.title %}
|
||||
{% set title = title ~ " - " ~ page.meta.title %}
|
||||
{% elif page and page.title and not page.is_homepage %}
|
||||
{% set title = title ~ " - " ~ page.title %}
|
||||
{% endif %}
|
||||
|
||||
<!-- Umami analytics, https://squidfunk.github.io/mkdocs-material/customization/#overriding-blocks -->
|
||||
<script async src="https://analytics.hadan-it.com/script.js" data-website-id="edea79df-8252-4223-adae-46663a8aaa1a"></script>
|
||||
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue