aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/_footer.twig
blob: f837ae38e5c82887ced9d480ed6ec36c1b49f4ec (plain) (blame)
1
2
3
4
        <footer class="w600p center mt3 mb3 smaller txtright">
            <p>{% trans "powered by" %} <a href="http://wallabag.org">wallabag</a></p>
            {% if constant('DEBUG_POCHE') == 1 %}<p><strong>{% trans "debug mode is on so cache is off." %} {% trans "your poche version:" %}{{constant('POCHE')}}. {% trans "storage:" %} {{constant('STORAGE')}}</strong></p>{% endif %}
        </footer>