aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/_menu.twig
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2014-11-03 23:01:23 +0100
committerThomas Citharel <tcit@tcit.fr>2014-11-03 23:01:23 +0100
commit217f3ca0b4e2d02d90a6561678ffef5f656ed899 (patch)
tree0755d030763c849c183605ae8922f616737f46ec /themes/baggy/_menu.twig
parent3eba7538a4cbbefcfc5638a68236a4fc5f823138 (diff)
parent3c133bff4978de20e3f51e1b908790138e97e412 (diff)
downloadwallabag-217f3ca0b4e2d02d90a6561678ffef5f656ed899.tar.gz
wallabag-217f3ca0b4e2d02d90a6561678ffef5f656ed899.tar.zst
wallabag-217f3ca0b4e2d02d90a6561678ffef5f656ed899.zip
Merge pull request #921 from wallabag/about-page
add about page
Diffstat (limited to 'themes/baggy/_menu.twig')
-rw-r--r--themes/baggy/_menu.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/baggy/_menu.twig b/themes/baggy/_menu.twig
index 59b6a46b..8b80f65d 100644
--- a/themes/baggy/_menu.twig
+++ b/themes/baggy/_menu.twig
@@ -11,6 +11,7 @@
11 {% include '_search-form.twig' %} 11 {% include '_search-form.twig' %}
12 </li> 12 </li>
13 <li><a href="./?view=config" {% if view == 'config' %}class="current"{% endif %}>{% trans "config" %}</a></li> 13 <li><a href="./?view=config" {% if view == 'config' %}class="current"{% endif %}>{% trans "config" %}</a></li>
14 <li><a href="./?view=about" {% if view == 'about' %}class="current"{% endif %}>{% trans "about" %}</a></li>
14 <li><a class="icon icon-power" href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li> 15 <li><a class="icon icon-power" href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li>
15 </ul> 16 </ul>
16 17