forked from wallabag/wallabag
[add] rss for tag
This commit is contained in:
BIN
themes/default/img/default/rss.png
Normal file
BIN
themes/default/img/default/rss.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 288 B |
@ -4,5 +4,5 @@
|
||||
{% include '_menu.twig' %}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
{% for tag in tags %}<a href="./?view=tag&id={{ tag.id }}">{{ tag.value }}</a> {% endfor %}
|
||||
{% for tag in tags %}<a href="./?view=tag&id={{ tag.id }}">{{ tag.value }}</a> {% if token != '' %}<a href="?feed&type=tag&user_id={{ user_id }}&tag_id={{ tag.id }}&token={{ token }}" target="_blank"><img src="{{ poche_url }}/themes/{{ theme }}/img/{{ theme }}/rss.png" /></a>{% endif %} {% endfor %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user