Forgot bodyClass on some templates
This commit is contained in:
parent
a0f3582f81
commit
c23bf9d426
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
{% endblock %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body class="{{ bodyClass }}">
|
||||
{% block body %}{% endblock %}
|
||||
|
||||
{% block script %}
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
{% endblock %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body class="{{ bodyClass }}">
|
||||
{% include "hippie/partials/_body_hover.njk" %}
|
||||
<div id="root">
|
||||
{% include "hippie/partials/_header.njk" %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue