diff options
-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} |