added support for delicious
This commit is contained in:
parent
6b9c3af4b5
commit
8cb2f15487
2 changed files with 19 additions and 3 deletions
|
@ -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} -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue