mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Fix CoderDojo site theme
This commit is contained in:
parent
6842d1a8f2
commit
8bf67220be
3 changed files with 4 additions and 4 deletions
|
|
@ -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 %}
|
||||||
|
|
|
||||||
3
sites/coderdojo/_data/site.json
Normal file
3
sites/coderdojo/_data/site.json
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"id": "coderdojo"
|
||||||
|
}
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"coderdojo": true
|
|
||||||
}
|
|
||||||
Loading…
Add table
Reference in a new issue