mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 15:55:03 -04:00
8 lines
354 B
HTML
8 lines
354 B
HTML
|
{% if site.delicious_user %}
|
||
|
<section>
|
||
|
<h1>On Delicious</h1>
|
||
|
<script type="text/javascript" src="http://feeds.delicious.com/v2/js/{{ site.delicious_user }}?title=&count={{ site.delicious_count }}&sort=date&extended"></script>
|
||
|
<p><a href="http://delicious.com/{{ site.delicious_user }}">My Delicious Bookmarks »</a></p>
|
||
|
</section>
|
||
|
{% endif %}
|