Add nofilter option to prevent darkmode reduced brightness
This commit is contained in:
@@ -47,8 +47,16 @@
|
||||
<hr />
|
||||
<article>
|
||||
|
||||
{% if article.nofilter %}
|
||||
<div class="nofilter">
|
||||
{% endif %}
|
||||
|
||||
{{ article.content }}
|
||||
|
||||
{% if article.nofilter %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
</article>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user