diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-06-06 16:39:10 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-06-06 16:39:10 +0200 |
commit | 22a46267beef273f8602d569a22281af2207fdbe (patch) | |
tree | 550d900c76f4c29c63d8970298b72f84113ad2d5 /themes/baggy/home.twig | |
parent | ddbb2308a3302e2d2d6ff89f4dd3235f85d335e1 (diff) | |
download | wallabag-22a46267beef273f8602d569a22281af2207fdbe.tar.gz wallabag-22a46267beef273f8602d569a22281af2207fdbe.tar.zst wallabag-22a46267beef273f8602d569a22281af2207fdbe.zip |
implemented lots of keyboard shortcuts
Diffstat (limited to 'themes/baggy/home.twig')
-rwxr-xr-x | themes/baggy/home.twig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/baggy/home.twig b/themes/baggy/home.twig index 84fc8e8b..e1b78a26 100755 --- a/themes/baggy/home.twig +++ b/themes/baggy/home.twig | |||
@@ -107,4 +107,8 @@ | |||
107 | {% if constant('PDF') == 1 %}<a title="{% trans "Download the articles from this category in a pdf file" %}" href="./?pdf&method=category&value={{ view }}">{% trans "Download as PDF" %}</a>{% endif %} | 107 | {% if constant('PDF') == 1 %}<a title="{% trans "Download the articles from this category in a pdf file" %}" href="./?pdf&method=category&value={{ view }}">{% trans "Download as PDF" %}</a>{% endif %} |
108 | {% endif %} | 108 | {% endif %} |
109 | {% endif %} | 109 | {% endif %} |
110 | |||
111 | <script type="text/javascript"> | ||
112 | homeNavigation(); | ||
113 | </script> | ||
110 | {% endblock %} | 114 | {% endblock %} |