header.html: use new config style

This commit is contained in:
Zankaria 2025-02-08 18:14:06 +01:00
parent 01fbbfc61a
commit a45b40f59c

View file

@ -28,6 +28,6 @@
<script type="text/javascript" src="/js/mod/mod_snippets.js?v={{ config.resource_version }}"></script>
{% endif %}
{% endif %}
{% if config.recaptcha %}
{% if config.captcha.mode == 'recaptcha' %}
<script src="//www.google.com/recaptcha/api.js"></script>
{% endif %}