aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-09-15 14:21:21 +0200
committerGitHub <noreply@github.com>2016-09-15 14:21:21 +0200
commitc6b68dc1df955e9172f5ffaa59f6eecd75bfbb91 (patch)
tree3bda34b1a2979fae1708a6da3407c6fdc928b03f /src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
parent5b382b9ffbd65b913bfe56a91bc5822f1318ad99 (diff)
parente77cde4531e6fe167c2bc42f18b19c191df2beca (diff)
downloadwallabag-c6b68dc1df955e9172f5ffaa59f6eecd75bfbb91.tar.gz
wallabag-c6b68dc1df955e9172f5ffaa59f6eecd75bfbb91.tar.zst
wallabag-c6b68dc1df955e9172f5ffaa59f6eecd75bfbb91.zip
Merge pull request #2287 from wallabag/remove-footer
Remove footer part
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
index b70198da..72becfa4 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
@@ -117,5 +117,12 @@
117{% endblock %} 117{% endblock %}
118 118
119{% block footer %} 119{% block footer %}
120 {{ render(controller("WallabagCoreBundle:Footer:index")) }} 120 <footer class="page-footer cyan darken-2">
121 <div class="footer-copyright">
122 <div class="container">
123 <p>{{ 'footer.wallabag.powered_by'|trans }} <a target="_blank" href="https://wallabag.org" class="grey-text text-lighten-4">wallabag</a></p>
124 <a class="grey-text text-lighten-4 right" href="{{ path('about') }}">{{ 'footer.wallabag.about'|trans }}</a>
125 </div>
126 </div>
127 </footer>
121{% endblock %} 128{% endblock %}