]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/default/_footer.twig
restructure folders
[github/wallabag/wallabag.git] / themes / default / _footer.twig
CommitLineData
4cc3c2ac 1 <footer class="w600p center mt3 mb3 smaller txtright">
3e0e7e12 2 <p>{% trans "powered by" %} <a href="http://wallabag.org">wallabag</a></p>
79e051a1 3 {% if constant('DEBUG_POCHE') == 1 %}<p><strong>{% trans "debug mode is on so cache is off." %} {% trans "your wallabag version:" %}{{constant('WALLABAG')}}. {% trans "storage:" %} {{constant('STORAGE')}}</strong></p>{% endif %}
4cc3c2ac 4 </footer>