X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fdefault%2Fview.twig;h=916abe0ddb0b14b615acf6c4c85ccff0bc382aea;hb=e7345a2c4feaa64c8582844425f388e57f1f933d;hp=e4a2fe744344f451ce33367f8d3a83cf3f47efe8;hpb=41acd466ceb6eb4024a776a982fb2732076b18e6;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/default/view.twig b/themes/default/view.twig index e4a2fe74..916abe0d 100644 --- a/themes/default/view.twig +++ b/themes/default/view.twig @@ -9,23 +9,26 @@
  • {% trans "Toggle mark as read" %}
  • {% trans "Toggle favorite" %}
  • {% trans "Delete" %}
  • - {% if constant('SHARE_TWITTER') == 1 %}
  • {% trans "Tweet" %}
  • {% endif %} - {% if constant('SHARE_MAIL') == 1 %}
  • {% trans "Email" %}
  • {% endif %} + {% if constant('SHARE_TWITTER') == 1 %}
  • {% trans "Tweet" %}
  • {% endif %} + {% 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 %}