]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/view.twig
[add] tags displaying
[github/wallabag/wallabag.git] / themes / default / view.twig
index 1e54ae384e84e00482a949f89359ef5b6bfadc98..5a7c9165d714cf8fce44cc47fa58f6ae07005e45 100644 (file)
@@ -20,6 +20,9 @@
             <header class="mbm">
                 <h1>{{ entry.title|raw }}</h1>
             </header>
+            <aside class="tags">
+                tags: {% for tag in tags %}<a href="#">{{ tag.value }}</a> {% endfor %}<a href="#" title="{% trans "edit tags" %}">✎</a>
+            </aside>
             <article>
                 {{ content | raw }}
             </article>