aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/courgette/tags.twig
diff options
context:
space:
mode:
authorThomas LEBEAU <thomas.lebeau@g-nova.fr>2014-02-07 00:07:54 +0100
committerThomas LEBEAU <thomas.lebeau@g-nova.fr>2014-02-07 00:07:54 +0100
commitc8265d95b0247c146793c9804198a9ed45b6f846 (patch)
treedb381964fc76c2360ca713a4e9e0873f908e5ba1 /themes/courgette/tags.twig
parent2e384abab6f0d5f142e7d6133eca4aab5cdd1d80 (diff)
downloadwallabag-c8265d95b0247c146793c9804198a9ed45b6f846.tar.gz
wallabag-c8265d95b0247c146793c9804198a9ed45b6f846.tar.zst
wallabag-c8265d95b0247c146793c9804198a9ed45b6f846.zip
[add] maj theme courgette : ajout tag
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