add abbr to ST in timestamp

This commit is contained in:
Lera Elvoé 2025-07-01 18:10:29 +03:00
parent 44a475dc87
commit e39ccd5939
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

View File

@ -39,7 +39,7 @@
{% endmacro %} {% endmacro %}
{% macro timestamp(unix_ts) %} {% macro timestamp(unix_ts) %}
<span class="timestamp" data-utc="{{ unix_ts }}">{{ unix_ts | ts_datetime('%Y-%m-%d %H:%M')}} ST</span> <span class="timestamp" data-utc="{{ unix_ts }}">{{ unix_ts | ts_datetime('%Y-%m-%d %H:%M')}} <abbr title="Server Time">ST</abbr></span>
{% endmacro %} {% endmacro %}
{% macro babycode_editor_component(ta_name, ta_placeholder="Post body", optional=False, prefill="") %} {% macro babycode_editor_component(ta_name, ta_placeholder="Post body", optional=False, prefill="") %}