1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/themes/notmyidea/templates/analytics.html
Justin Mayer 639173da6b Generalize analytics support in default theme
As the number of privacy-preserving analytics options proliferates,
it no longer makes sense to support specific solutions provided by
ad-tracking corporations.
2023-08-03 14:10:37 +02:00

3 lines
47 B
Django/Jinja
Vendored

{% if ANALYTICS %}
{{ ANALYTICS }}
{% endif %}