You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{% 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=renderDeliciousLinks"></script>
|
|
|
|
<p><a href="http://delicious.com/{{ site.delicious_user }}">My Delicious Bookmarks »</a></p>
|
|
|
|
</section>
|
|
|
|
{% endif %}
|