diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-04 22:35:08 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-04 22:35:08 +0200 |
commit | 63c35580c7d60e2278ee6fe9ba2d4440ff0308d6 (patch) | |
tree | 71a0c573d4104d9a751df395c1c162c089ed6017 /tpl/_footer.twig | |
parent | c765c3679fee3ed9e4bad9954a808116187a7e83 (diff) | |
download | wallabag-63c35580c7d60e2278ee6fe9ba2d4440ff0308d6.tar.gz wallabag-63c35580c7d60e2278ee6fe9ba2d4440ff0308d6.tar.zst wallabag-63c35580c7d60e2278ee6fe9ba2d4440ff0308d6.zip |
twig implementation
Diffstat (limited to 'tpl/_footer.twig')
-rw-r--r-- | tpl/_footer.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/_footer.twig b/tpl/_footer.twig index 59b58fa5..b1d7b8d4 100644 --- a/tpl/_footer.twig +++ b/tpl/_footer.twig | |||
@@ -1,3 +1,3 @@ | |||
1 | <footer class="mr2 mt3 smaller"> | 1 | <footer class="mr2 mt3 smaller"> |
2 | <p>powered by <a href="http://inthepoche.com">poche</a></p> | 2 | <p>{% trans "powered by" %} <a href="http://inthepoche.com">poche</a></p> |
3 | </footer> \ No newline at end of file | 3 | </footer> \ No newline at end of file |