Forgot bodyClass on some templates

This commit is contained in:
Stephan 2019-03-26 20:02:58 +01:00
parent a0f3582f81
commit c23bf9d426
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
{% endblock %}
</head>
<body>
<body class="{{ bodyClass }}">
{% block body %}{% endblock %}
{% block script %}

View file

@ -28,7 +28,7 @@
{% endblock %}
</head>
<body>
<body class="{{ bodyClass }}">
{% include "hippie/partials/_body_hover.njk" %}
<div id="root">
{% include "hippie/partials/_header.njk" %}