diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-13 09:18:41 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-13 09:18:41 +0200 |
commit | 4ca0c9139c61d54777b0413b7ff70d078391c17d (patch) | |
tree | 4867bb74dcb8f4e4bb693bed60632033119dc014 /src | |
parent | a64f1d9f2d1ea57157187eb22d9c137df2aeb258 (diff) | |
download | wallabag-4ca0c9139c61d54777b0413b7ff70d078391c17d.tar.gz wallabag-4ca0c9139c61d54777b0413b7ff70d078391c17d.tar.zst wallabag-4ca0c9139c61d54777b0413b7ff70d078391c17d.zip |
fix diaspora url
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig | 2 |
1 files changed, 1 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 2fd47790..17136566 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig | |||
@@ -103,7 +103,7 @@ | |||
103 | <h5 class="white-text">{% trans %}Social{% endtrans %}</h5> | 103 | <h5 class="white-text">{% trans %}Social{% endtrans %}</h5> |
104 | <ul> | 104 | <ul> |
105 | <li><a target="_blank" class="grey-text text-lighten-3" href="https://twitter.com/wallabagapp">twitter</a></li> | 105 | <li><a target="_blank" class="grey-text text-lighten-3" href="https://twitter.com/wallabagapp">twitter</a></li> |
106 | <li><a target="_blank" class="grey-text text-lighten-3" href="https://framasphere.org/">diaspora*</a></li> | 106 | <li><a target="_blank" class="grey-text text-lighten-3" href="https://framasphere.org/u/wallabag">diaspora*</a></li> |
107 | <li><a target="_blank" class="grey-text text-lighten-3" href="https://plus.google.com/+WallabagOrg/posts">Google+</a></li> | 107 | <li><a target="_blank" class="grey-text text-lighten-3" href="https://plus.google.com/+WallabagOrg/posts">Google+</a></li> |
108 | <li><a target="_blank" class="grey-text text-lighten-3" href="https://facebook.com/Wallabag">Facebook</a></li> | 108 | <li><a target="_blank" class="grey-text text-lighten-3" href="https://facebook.com/Wallabag">Facebook</a></li> |
109 | </ul> | 109 | </ul> |