]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/baggy/home.twig
implemented lots of keyboard shortcuts
[github/wallabag/wallabag.git] / themes / baggy / home.twig
index 84fc8e8bb3604184e607ddac741f8f62b6d67857..e1b78a26fb85b947fa8ee65ae5316f2a44be7584 100755 (executable)
             {% if constant('PDF') == 1 %}<a title="{% trans "Download the articles from this category in a pdf file" %}" href="./?pdf&amp;method=category&amp;value={{ view }}">{% trans "Download as PDF" %}</a>{% endif %}
             {% endif %}
 {% endif %}
+
+<script type="text/javascript">
+    homeNavigation();
+</script>
 {% endblock %}