diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-05-12 16:05:57 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-05-12 16:05:57 +0200 |
commit | 727c35d8096c7690f66f2a815af3e8cabae00399 (patch) | |
tree | 6fdcb89d386445595ac2a6f4e21d77f9558231b2 /themes/default/config.twig | |
parent | 090957fe3e12ffe23d2f847f6007c72eb9ca072d (diff) | |
download | wallabag-727c35d8096c7690f66f2a815af3e8cabae00399.tar.gz wallabag-727c35d8096c7690f66f2a815af3e8cabae00399.tar.zst wallabag-727c35d8096c7690f66f2a815af3e8cabae00399.zip |
bring to all themes social services and link them to new doc
Diffstat (limited to 'themes/default/config.twig')
-rwxr-xr-x | themes/default/config.twig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/default/config.twig b/themes/default/config.twig index 09e40e75..e39826c3 100755 --- a/themes/default/config.twig +++ b/themes/default/config.twig | |||
@@ -16,7 +16,8 @@ | |||
16 | </p> | 16 | </p> |
17 | <h3>Browser Plugins</h3> | 17 | <h3>Browser Plugins</h3> |
18 | <ul> | 18 | <ul> |
19 | <li><a href="https://addons.mozilla.org/firefox/addon/wallabag/" target="_blank">{% trans "Firefox Add-On" %}</a></li> | 19 | <li><a href="https://addons.mozilla.org/firefox/addon/wallabag/" target="_blank">{% trans "Standard Firefox Add-On" %}</a></li> |
20 | <li><button onclick="activateSocialFeature(this)">{% trans "Mozilla Services (Social API) Extension" %}</button></li> | ||
20 | <li><a href="https://chrome.google.com/webstore/detail/wallabag/bepdcjnnkglfjehplaogpoonpffbdcdj" target="_blank">{% trans "Chrome Extension" %}</a></li> | 21 | <li><a href="https://chrome.google.com/webstore/detail/wallabag/bepdcjnnkglfjehplaogpoonpffbdcdj" target="_blank">{% trans "Chrome Extension" %}</a></li> |
21 | </ul> | 22 | </ul> |
22 | <h3>Mobile Apps</h3> | 23 | <h3>Mobile Apps</h3> |