diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-05-12 15:46:39 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-05-12 15:46:39 +0200 |
commit | 090957fe3e12ffe23d2f847f6007c72eb9ca072d (patch) | |
tree | afb459f2c5ff7d3fe4d8df57db2bd9a780972732 /themes/baggy/config.twig | |
parent | 63fd39c3265af7f02bcc0ac09bc732b89cab50fb (diff) | |
download | wallabag-090957fe3e12ffe23d2f847f6007c72eb9ca072d.tar.gz wallabag-090957fe3e12ffe23d2f847f6007c72eb9ca072d.tar.zst wallabag-090957fe3e12ffe23d2f847f6007c72eb9ca072d.zip |
added Mozilla Social API Sharing method - better late than ever
Diffstat (limited to 'themes/baggy/config.twig')
-rwxr-xr-x | themes/baggy/config.twig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index b4765602..8562f133 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig | |||
@@ -16,7 +16,8 @@ | |||
16 | </p> | 16 | </p> |
17 | <h3>{% trans "Browser Addons" %}</h3> | 17 | <h3>{% trans "Browser Addons" %}</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)">Mozilla Services Social API Extension</button> | ||
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>{% trans "Mobile Apps" %}</h3> | 23 | <h3>{% trans "Mobile Apps" %}</h3> |