]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/CoreBundle/Resources/views/themes/material/footer.html.twig
977f2e0260c3e6f2501f919d06587d0e97e6a832
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / footer.html.twig
1 <footer class="page-footer cyan darken-2">
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>