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