mirror of
https://github.com/jfmcbrayer/brutaldon
synced 2024-12-22 21:27:58 +01:00
f1a7da0039
Thanks, @emsenn!
14 lines
344 B
HTML
14 lines
344 B
HTML
<span id="notes-count">
|
|
{% if not preferences.theme.is_brutalist %}
|
|
<span
|
|
{% if notifications and notifications != '0' %}
|
|
class="badge"
|
|
{% endif %}
|
|
data-badge="{{ notifications }}">
|
|
Notifications</span>
|
|
</span>
|
|
{% else %}
|
|
<span >Notifications ({{ notifications }})</span>
|
|
{% endif %}
|
|
</span>
|