diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-12-06 14:37:42 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-12-06 14:37:42 +0100 |
commit | f778e47283c9691d2992045e0fbcdfc6685f157f (patch) | |
tree | 00671a8b3bae635e795cbd971267da37afcbf13b /themes/default | |
parent | 4886ed6d3637df0b3e16e672d58d4ef8f17dc432 (diff) | |
download | wallabag-f778e47283c9691d2992045e0fbcdfc6685f157f.tar.gz wallabag-f778e47283c9691d2992045e0fbcdfc6685f157f.tar.zst wallabag-f778e47283c9691d2992045e0fbcdfc6685f157f.zip |
[add] rss for tag
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/img/default/rss.png | bin | 0 -> 288 bytes | |||
-rw-r--r-- | themes/default/tags.twig | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/img/default/rss.png b/themes/default/img/default/rss.png new file mode 100644 index 00000000..21bad1a1 --- /dev/null +++ b/themes/default/img/default/rss.png | |||
Binary files differ | |||
diff --git a/themes/default/tags.twig b/themes/default/tags.twig index e179143d..cff6b1d7 100644 --- a/themes/default/tags.twig +++ b/themes/default/tags.twig | |||
@@ -4,5 +4,5 @@ | |||
4 | {% include '_menu.twig' %} | 4 | {% include '_menu.twig' %} |
5 | {% endblock %} | 5 | {% endblock %} |
6 | {% block content %} | 6 | {% block content %} |
7 | {% for tag in tags %}<a href="./?view=tag&id={{ tag.id }}">{{ tag.value }}</a> {% endfor %} | 7 | {% 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 %} |
8 | {% endblock %} \ No newline at end of file | 8 | {% endblock %} \ No newline at end of file |