allow cyclical images to be set independently of stickies

This commit is contained in:
RealAngeleno 2023-08-05 15:38:31 -07:00 committed by -
parent 9a8ddccc9d
commit 36c3809036

View File

@ -45,7 +45,7 @@
{% if config.font_awesome %} {% if config.font_awesome %}
<i class="fa fa-refresh" title="Cyclical"></i> <i class="fa fa-refresh" title="Cyclical"></i>
{% else %} {% else %}
<img class="icon" title="Cyclical" src="{{ config.image_sticky }}" alt="Cyclical" /> <img class="icon" title="Cyclical" src="{{ config.image_cyclical }}" alt="Cyclical" />
{% endif %} {% endif %}
{% endif %} {% endif %}
{% if index %} {% if index %}