1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-02-17 07:30:09 -05:00
wallabag/themes/courgette/_footer.twig

4 lines
410 B
Twig
Raw Normal View History

2014-01-08 05:28:46 -05:00
<footer class="w600p center mt3 mb3 smaller txtright">
2014-01-28 04:49:57 -05:00
<p>{% trans "powered by" %} <a href="http://wallabag.org">wallabag</a></p>
2014-01-08 05:28:46 -05:00
{% if constant('DEBUG_POCHE') == 1 %}<p><strong>{% trans "debug mode is on so cache is off." %} {% trans "your poche version:" %}{{constant('POCHE_VERSION')}}. {% trans "storage:" %} {{constant('STORAGE')}}</strong></p>{% endif %}
</footer>