Add a note that dark mode is experimental

This commit is contained in:
Philipp Oppermann
2021-10-16 17:27:33 +02:00
parent 990169b631
commit d8c27c7fcc
4 changed files with 35 additions and 0 deletions

View File

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

View File

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