diff options
author | Arthur <arthur@hoa.ro> | 2016-05-10 20:11:41 +0200 |
---|---|---|
committer | Arthur <arthur@hoa.ro> | 2016-05-10 20:11:41 +0200 |
commit | d95533778d86bb6c6de3b14a9da35e6d6e6428bd (patch) | |
tree | 4740dbe9c50b7622a54f75bfdfbb79078c758f1e | |
parent | 00be05aaf5fc0238bbc27cec61341fc0fa0a8424 (diff) | |
parent | 70860f30d5023837def0b146ac0c44a45a41899a (diff) | |
download | Shaarli-d95533778d86bb6c6de3b14a9da35e6d6e6428bd.tar.gz Shaarli-d95533778d86bb6c6de3b14a9da35e6d6e6428bd.tar.zst Shaarli-d95533778d86bb6c6de3b14a9da35e6d6e6428bd.zip |
Merge pull request #557 from ArthurHoaro/remove-delicious
Remove delicious from Shaarli description
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | tpl/page.footer.html | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | ![Shaarli logo](doc/images/doc-logo.png) | 1 | ![Shaarli logo](doc/images/doc-logo.png) |
2 | 2 | ||
3 | The personal, minimalist, super-fast, no-database delicious clone. | 3 | The personal, minimalist, super-fast, database free, bookmarking service. |
4 | 4 | ||
5 | _Do you want to share the links you discover?_ | 5 | _Do you want to share the links you discover?_ |
6 | _Shaarli is a minimalist delicious clone that you can install on your own server._ | 6 | _Shaarli is a minimalist delicious clone that you can install on your own server._ |
diff --git a/tpl/page.footer.html b/tpl/page.footer.html index 195dada0..006d1d68 100644 --- a/tpl/page.footer.html +++ b/tpl/page.footer.html | |||
@@ -1,5 +1,7 @@ | |||
1 | <div id="footer"> | 1 | <div id="footer"> |
2 | <b><a href="https://github.com/shaarli/Shaarli">Shaarli</a></b> - The personal, minimalist, super-fast, no-database delicious clone by the <a href="https://github.com/shaarli/Shaarli">Shaarli</a> community - <a href="doc/Home.html">Help/documentation</a> | 2 | <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong> |
3 | - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community | ||
4 | - <a href="doc/Home.html" rel="nofollow">Help/documentation</a> | ||
3 | {loop="$plugins_footer.text"} | 5 | {loop="$plugins_footer.text"} |
4 | {$value} | 6 | {$value} |
5 | {/loop} | 7 | {/loop} |