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/baggy/_head.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/baggy/_head.twig')
-rwxr-xr-x | themes/baggy/_head.twig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/baggy/_head.twig b/themes/baggy/_head.twig index 1546a7b9..9ca51cd2 100755 --- a/themes/baggy/_head.twig +++ b/themes/baggy/_head.twig | |||
@@ -39,6 +39,7 @@ | |||
39 | <script src="{{ poche_url }}themes/_global/js/popupForm.js"></script> | 39 | <script src="{{ poche_url }}themes/_global/js/popupForm.js"></script> |
40 | <script src="{{ poche_url }}themes/_global/js/keyboard.js"></script> | 40 | <script src="{{ poche_url }}themes/_global/js/keyboard.js"></script> |
41 | <script src="{{ poche_url }}themes/{{theme}}/js/closeMessage.js"></script> | 41 | <script src="{{ poche_url }}themes/{{theme}}/js/closeMessage.js"></script> |
42 | |||
42 | <!-- Enable Firefox Social Services | 43 | <!-- Enable Firefox Social Services |
43 | script put there because of the call to poche_url --> | 44 | script put there because of the call to poche_url --> |
44 | 45 | ||
@@ -56,9 +57,9 @@ | |||
56 | 57 | ||
57 | "description": "wallabag Extension for Firefox - The (soon to become) best way to save articles, videos and more", | 58 | "description": "wallabag Extension for Firefox - The (soon to become) best way to save articles, videos and more", |
58 | "author": "Thomas Citharel", | 59 | "author": "Thomas Citharel", |
59 | "homepageURL": "https://wallabag.org", | 60 | "homepageURL": "http://doc.wallabag.org/en/User/save_your_first_article.html#firefox-social-api-service", |
60 | "origin": "https://wallabag.org", | 61 | "origin": "https://wallabag.org", |
61 | "postActivationURL": "https://wallabag.org", | 62 | "postActivationURL": "http://doc.wallabag.org/en/User/save_your_first_article.html#firefox-social-api-service", |
62 | 63 | ||
63 | "version": "0.1" | 64 | "version": "0.1" |
64 | }; | 65 | }; |