forked from GithubBackups/vichan
Put bump limit after cycle icon
This commit is contained in:
parent
30f13f844f
commit
bf2238d088
@ -40,9 +40,9 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if post.cycle %}
|
{% if post.cycle %}
|
||||||
{% if config.font_awesome %}
|
{% if config.font_awesome %}
|
||||||
<i class="fa fa-refresh" title="Cyclical"></i>
|
<i class="fa fa-refresh" title="Cyclical ({{ config.cycle_limit }})"></i>
|
||||||
{% else %}
|
{% else %}
|
||||||
<img class="icon" title="Cyclical" src="{{ config.image_sticky }}" alt="Cyclical" />
|
<img class="icon" title="Cyclical ({{ config.cycle_limit }})" src="{{ config.image_sticky }}" alt="Cyclical" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if index %}
|
{% if index %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user