aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_includes/asides
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-09-28 14:51:24 -0500
committerBrandon Mathis <brandon@imathis.com>2011-09-28 14:51:24 -0500
commit3bd4ed026eab04b5c560ca85317c982ab0679369 (patch)
tree652b5d0663331f1561b4d98f98ab5654366a78ed /.themes/classic/source/_includes/asides
parent3ad7715901414e9bdb7fb150cb4074f1bfa8c74c (diff)
parent9cf956cc96d0a337562a46bb1e695c4da31c88c4 (diff)
downloadmy_new_personal_website-3bd4ed026eab04b5c560ca85317c982ab0679369.tar.xz
my_new_personal_website-3bd4ed026eab04b5c560ca85317c982ab0679369.zip
Merge branch 'master' of github.com:imathis/octopress into compass
Diffstat (limited to '.themes/classic/source/_includes/asides')
-rw-r--r--.themes/classic/source/_includes/asides/delicious.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/.themes/classic/source/_includes/asides/delicious.html b/.themes/classic/source/_includes/asides/delicious.html
index 560e4afa..8c75b822 100644
--- a/.themes/classic/source/_includes/asides/delicious.html
+++ b/.themes/classic/source/_includes/asides/delicious.html
@@ -1,7 +1,8 @@
{% if site.delicious_user %}
<section>
<h1>On Delicious</h1>
- <script type="text/javascript" src="http://feeds.delicious.com/v2/js/{{ site.delicious_user }}?title=&amp;count={{ site.delicious_count }}&amp;sort=date&amp;extended"></script>
+ <div id="delicious"></div>
+ <script type="text/javascript" src="http://feeds.delicious.com/v1/json/{{ site.delicious_user }}?count={{ site.delicious_count }}&amp;sort=date&amp;callback=renderDeliciousLinks"></script>
<p><a href="http://delicious.com/{{ site.delicious_user }}">My Delicious Bookmarks &raquo;</a></p>
</section>
-{% endif %}
+{% endif %} \ No newline at end of file