Configuration, add somes missing files

This commit is contained in:
2026-05-22 09:43:19 +02:00
parent e3415dbabb
commit f4491cb9f4
4 changed files with 68 additions and 5 deletions
+8
View File
@@ -10,4 +10,12 @@
gtag('js', new Date());
gtag('config', '{{ googleanalytics_id }}');
</script>
{% endblock %}
{% block footer %} {{ super() }}
<style>
.wy-nav-content { max-width: none; }
</style>
{% endblock %}