aboutsummaryrefslogtreecommitdiff
path: root/.themes
diff options
context:
space:
mode:
authorFrederic Hemberger <mail@frederic-hemberger.de>2011-10-06 18:31:49 +0200
committerFrederic Hemberger <mail@frederic-hemberger.de>2011-10-06 18:31:49 +0200
commite4df98317ae07b2df8b6b00e2874742f218a70e8 (patch)
tree566b49935d555c3c689e00dbe58527fd223784e7 /.themes
parent8c2532e5bfa3a519bd14711c84f0a6d8ffbbd628 (diff)
downloadmy_new_personal_website-e4df98317ae07b2df8b6b00e2874742f218a70e8.tar.xz
my_new_personal_website-e4df98317ae07b2df8b6b00e2874742f218a70e8.zip
Fixes delicious API url after moving from Yahoo! to AVOS, fixes #179
Diffstat (limited to '.themes')
-rw-r--r--.themes/classic/source/_includes/asides/delicious.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_includes/asides/delicious.html b/.themes/classic/source/_includes/asides/delicious.html
index 8c75b822..115cdcbc 100644
--- a/.themes/classic/source/_includes/asides/delicious.html
+++ b/.themes/classic/source/_includes/asides/delicious.html
@@ -2,7 +2,7 @@
<section>
<h1>On Delicious</h1>
<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>
+ <script type="text/javascript" src="http://feeds.delicious.com/v2/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 %} \ No newline at end of file