diff options
author | B Mathis <brandon@imathis.com> | 2009-11-07 23:39:02 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-07 23:39:02 -0600 |
commit | 8cb2f154876a0d3b621bceedd1f73ac79a86cd99 (patch) | |
tree | 607d7d0ecdf5850effa54e20f05034a1f6fa70a6 /source | |
parent | 6b9c3af4b596bb5180214ce634043e55e8d34818 (diff) | |
download | my_new_personal_website-8cb2f154876a0d3b621bceedd1f73ac79a86cd99.tar.xz my_new_personal_website-8cb2f154876a0d3b621bceedd1f73ac79a86cd99.zip |
added support for delicious
Diffstat (limited to 'source')
-rw-r--r-- | source/_layouts/default.haml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/_layouts/default.haml b/source/_layouts/default.haml index 540ed285..ac686a5b 100644 --- a/source/_layouts/default.haml +++ b/source/_layouts/default.haml @@ -5,6 +5,8 @@ twitter_user: imathis tweet_count: 3 show_replies: false +delicious_user: imathis + full_url: disqus_short_name: @@ -77,6 +79,10 @@ google_analytics: true #twitter %ul#twitter_status Status updating... + - if page.respond_to? :delicious_user + %h4 My Delicious <a class="small" href="http://delicious.com/#{page.delicious_user}">more →</a> + #delicious + %script(type="text/javascript" src="http://feeds.delicious.com/v2/js/#{page.delicious_user}?title=&count=5&sort=date&extended") #footer .page_width Copyright © #{Time.now.strftime('%Y')} - #{page.blog_title} - |