Fix CoderDojo site theme

This commit is contained in:
Yannik Rödel 2022-11-14 07:46:30 +01:00
parent 6842d1a8f2
commit 8bf67220be
3 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
{% extends "layouts/base/main.njk" %} {% extends "layouts/base/main.njk" %}
{% block htmltag %}data-coderdojo="true"{% block %} {% block htmltag %}data-coderdojo="true"{% endblock %}

View file

@ -0,0 +1,3 @@
{
"id": "coderdojo"
}

View file

@ -1,3 +0,0 @@
{
"coderdojo": true
}