X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fdefault%2Fview.twig;h=916abe0ddb0b14b615acf6c4c85ccff0bc382aea;hb=e7345a2c4feaa64c8582844425f388e57f1f933d;hp=e7d33ff619a716ae0676a2441496e8d3aeeee3f6;hpb=b8fdd2d85f76bb2dbf50bacec86e3be806bb2bcf;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/default/view.twig b/themes/default/view.twig index e7d33ff6..916abe0d 100644 --- a/themes/default/view.twig +++ b/themes/default/view.twig @@ -13,19 +13,22 @@ {% if constant('SHARE_MAIL') == 1 %}
  • {% trans "Email" %}
  • {% endif %} {% if constant('SHARE_SHAARLI') == 1 %}
  • {% trans "shaarli" %}
  • {% endif %} {% if constant('FLATTR') == 1 %}{% if flattr.status == constant('FLATTRABLE') %}
  • {% trans "flattr" %}
  • {% elseif flattr.status == constant('FLATTRED') %}
  • {% trans "flattr" %}{{ flattr.numflattrs }}
  • {% endif %}{% endif %} -
  • {% trans "Does this article appear wrong?" %}
  • +
  • {% trans "Does this article appear wrong?" %}
  • {{ entry.title|raw }}

    - + {% block tags %} + + {% endblock %}
    {{ content | raw }}
    + {{ block('tags') }}
    + {% endblock %}