Skip to content

Commit 2fc8d5c

Browse files
committed
Remove delicious from Shaarli description
cfr shaarli/Shaarli@70860f3
1 parent 8c7e1c2 commit 2fc8d5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

page.footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</script>
66

77
<div id="footer">
8-
<b><a href="https://github.com/shaarli/Shaarli">Shaarli</a></b> - The personal, minimalist, super-fast, no-database delicious clone<br>
9-
<a href="https://github.com/shaarli/Shaarli">Community friendly fork</a> {if="isLoggedIn()"}(version {$version}){/if} | <a href="doc/Home.html">Help / documentation</a><br>
8+
<b><a href="https://github.com/shaarli/Shaarli">Shaarli {if="isLoggedIn()"}(version {$version}){/if}</a></b> - The personal, minimalist, super-fast, database free bookmarking service<br>
9+
<a href="https://github.com/shaarli/Shaarli">by the Shaarli community</a> | <a href="doc/Home.html">Help / documentation</a><br>
1010
<a href="https://github.com/alexisju/albinomouse-template" target="_blank">AlbinoMouse Template</a> by <a href="https://effingo.be/" target="_blank">alexisju</a> <br/>
1111
<div class="am-plugin_footer">{loop="$plugins_footer.text"} {$value}{/loop}</div>
1212
</div>
@@ -32,4 +32,4 @@
3232
{/if}
3333
{if="isLoggedIn()"}
3434
<script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script>
35-
{/if}
35+
{/if}

0 commit comments

Comments
 (0)