add more icons

This commit is contained in:
2026-04-25 21:36:21 +03:00
parent 29f2318cba
commit b53556871f
5 changed files with 29 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
{%- from 'common/icons.html' import icn_info, icn_warn, icn_error -%}
{%- from 'common/icons.html' import icn_info, icn_warn, icn_error, icn_bookmark -%}
{% macro timestamp(unix_ts) -%}
<span class="timestamp" data-utc="{{ unix_ts }}">{{ unix_ts | ts_datetime('%Y-%m-%d %H:%M')}} <abbr title="Server Time">ST</abbr></span>
@@ -154,7 +154,7 @@
{%- if can_delete -%}
<a class="linkbutton critical" href="{{url_for('posts.delete', post_id=post.id)}}">Delete</a>
{%- endif -%}
<button disabled title="This feature requires JavaScript to be enabled.">Bookmark&hellip;</button>
<button disabled title="This feature requires JavaScript to be enabled.">{{icn_bookmark(24)}}Bookmark&hellip;</button>
</span>
{%- endif -%}
</div>