aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/courgette/tags.twig
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2014-11-24 22:56:10 +0100
committerThomas Citharel <tcit@tcit.fr>2014-11-24 22:56:10 +0100
commitb9c026ce32abed7295d2775640edc0ef89017723 (patch)
tree3492511dde4bb1b3ad5e95ef918a68d5f5418d64 /themes/courgette/tags.twig
parent485d57972ee3c3219652454ff6d7d82a3602bd34 (diff)
parent85c5a1ff8d919d3d36a8125c9bbd0d9220025729 (diff)
downloadwallabag-b9c026ce32abed7295d2775640edc0ef89017723.tar.gz
wallabag-b9c026ce32abed7295d2775640edc0ef89017723.tar.zst
wallabag-b9c026ce32abed7295d2775640edc0ef89017723.zip
Merge branch 'remove-courgette' into dev
Conflicts: themes/courgette/_view.twig
Diffstat (limited to 'themes/courgette/tags.twig')
-rwxr-xr-xthemes/courgette/tags.twig8
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/courgette/tags.twig b/themes/courgette/tags.twig
deleted file mode 100755
index b11dce28..00000000
--- a/themes/courgette/tags.twig
+++ /dev/null
@@ -1,8 +0,0 @@
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