2011-06-07 20:12:46 +00:00
|
|
|
{% if site.delicious_user %}
|
|
|
|
<section>
|
|
|
|
<h1>On Delicious</h1>
|
2011-09-21 13:01:23 +00:00
|
|
|
<script type="text/javascript" src="http://feeds.delicious.com/v2/js/{{ site.delicious_user }}?title=&count={{ site.delicious_count }}&sort=date&extended"></script>
|
2011-06-07 20:12:46 +00:00
|
|
|
<p><a href="http://delicious.com/{{ site.delicious_user }}">My Delicious Bookmarks »</a></p>
|
|
|
|
</section>
|
|
|
|
{% endif %}
|