]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/CoreBundle/Resources/views/themes/material/footer.html.twig
Remove footer part
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / footer.html.twig
CommitLineData
39f27d63 1<footer class="page-footer cyan darken-2">
39f27d63
S
2 <div class="footer-copyright">
3 <div class="container">
4 <p>{{ 'footer.wallabag.powered_by'|trans }} <a target="_blank" href="https://wallabag.org" class="grey-text text-lighten-4">wallabag</a></p>
5 <a class="grey-text text-lighten-4 right" href="{{ path('about') }}">{{ 'footer.wallabag.about'|trans }}</a>
6 </div>
7 </div>
8</footer>