aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/courgette/tags.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-12 20:05:51 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-12 20:05:51 +0100
commit68268c01995d2136e4c04c4e8c650e7d0a4eaca2 (patch)
tree20dcbe7f9238c088dbf188ae997e81f38b2bb266 /themes/courgette/tags.twig
parent5966d2c2d3f30ab7b4fdbaf3bf3176532118c0a1 (diff)
parent58f6269f36ae719edcc79139ef5e808de12d4a8e (diff)
downloadwallabag-68268c01995d2136e4c04c4e8c650e7d0a4eaca2.tar.gz
wallabag-68268c01995d2136e4c04c4e8c650e7d0a4eaca2.tar.zst
wallabag-68268c01995d2136e4c04c4e8c650e7d0a4eaca2.zip
Merge branch 'dev' of https://github.com/wallabag/wallabag into dev
Diffstat (limited to 'themes/courgette/tags.twig')
-rw-r--r--themes/courgette/tags.twig8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/courgette/tags.twig b/themes/courgette/tags.twig
new file mode 100644
index 00000000..9dfdab52
--- /dev/null
+++ b/themes/courgette/tags.twig
@@ -0,0 +1,8 @@
1{% extends "layout.twig" %}
2{% block title %}tags{% endblock %}
3{% block menu %}
4{% include '_menu.twig' %}
5{% endblock %}
6{% block content %}
7{% for tag in tags %}<a class="tag" href="./?view=tag&amp;id={{ tag.id }}">{{ tag.value }}</a> {% if token != '' %}<a href="?feed&amp;type=tag&amp;user_id={{ user_id }}&amp;tag_id={{ tag.id }}&amp;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