Remove dark mode warning again

There weren't any problems reported, so I guess it looks okay.
This commit is contained in:
Philipp Oppermann
2022-01-23 17:30:06 +01:00
parent a26eeae82e
commit b24122a604
4 changed files with 0 additions and 32 deletions

View File

@@ -116,8 +116,6 @@
</p>
</div>
</div>
{{ snippets::dark_mode_note() }}
</aside>
{% endblock after_main %}

View File

@@ -130,8 +130,6 @@
{%- endif -%}{% endfor %}</ul>
</div>
{%- endif %}
{{ snippets::dark_mode_note() }}
</aside>
{% endblock main %}