aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/_menu.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-11-03 07:44:56 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-11-03 07:44:56 +0100
commit3c133bff4978de20e3f51e1b908790138e97e412 (patch)
tree06b38ff118da6ae290edee97168100fda63cf1d7 /themes/baggy/_menu.twig
parent4bada2b9545fd83951803c604536c09dd5b649cd (diff)
downloadwallabag-3c133bff4978de20e3f51e1b908790138e97e412.tar.gz
wallabag-3c133bff4978de20e3f51e1b908790138e97e412.tar.zst
wallabag-3c133bff4978de20e3f51e1b908790138e97e412.zip
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