]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/Static/about.html.twig
fix indentation
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / Static / about.html.twig
index 0585eccabee41dd430eeb0a71ac24f9adbc1fd7d..9e188cd92d51bf368d2a8785a469bf333cd6835b 100755 (executable)
@@ -1,9 +1,7 @@
 {% extends "WallabagCoreBundle::layout.html.twig" %}
 
 {% block title %}{% trans %}About{% endtrans %}{% endblock %}
-{% block menu %}
-{% include "WallabagCoreBundle::_menu.html.twig" %}
-{% endblock %}
+
 {% block content %}
     <h2>{% trans %}About wallabag{% endtrans %}</h2>
 
     <p>{% trans %}wallabag is a read-it-later application: you can save a web page by keeping only content. Elements like ads or menus are deleted.{% endtrans %}</p>
 
     <h2>{% trans %}Getting help{% endtrans %}</h2>
-    
+
     <dl>
         <dt>{% trans %}Documentation{% endtrans %}</dt>
         <dd><a href="https://doc.wallabag.org/">Online documentation</a></dd>
-        
+
         <dt>{% trans %}Support{% endtrans %}</dt>
         <dd><a href="http://support.wallabag.org/">http://support.wallabag.org/</a></dd>
     </dl>