added support for delicious
This commit is contained in:
parent
6b9c3af4b5
commit
8cb2f15487
@ -5,6 +5,8 @@ twitter_user: imathis
|
|||||||
tweet_count: 3
|
tweet_count: 3
|
||||||
show_replies: false
|
show_replies: false
|
||||||
|
|
||||||
|
delicious_user: imathis
|
||||||
|
|
||||||
full_url:
|
full_url:
|
||||||
disqus_short_name:
|
disqus_short_name:
|
||||||
|
|
||||||
@ -77,6 +79,10 @@ google_analytics: true
|
|||||||
#twitter
|
#twitter
|
||||||
%ul#twitter_status
|
%ul#twitter_status
|
||||||
Status updating...
|
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
|
#footer
|
||||||
.page_width
|
.page_width
|
||||||
Copyright © #{Time.now.strftime('%Y')} - #{page.blog_title} -
|
Copyright © #{Time.now.strftime('%Y')} - #{page.blog_title} -
|
||||||
|
@ -1,11 +1,21 @@
|
|||||||
#sidebar
|
#sidebar
|
||||||
float: left
|
float: left
|
||||||
width= !sidebar_width
|
width= !sidebar_width
|
||||||
padding-top: 10px
|
|
||||||
margin-left= !sidebar_margin
|
margin-left= !sidebar_margin
|
||||||
|
|
||||||
h4
|
h4
|
||||||
margin: 0
|
margin: 20px 0 0
|
||||||
|
&:first-child
|
||||||
|
margin-top: 10px
|
||||||
.small
|
.small
|
||||||
+sans-font
|
+sans-font
|
||||||
font-size: 50%
|
font-size: 50%
|
||||||
|
|
||||||
|
#delicious
|
||||||
|
p
|
||||||
|
font-style: italic
|
||||||
|
li
|
||||||
|
font-size: 90%
|
||||||
|
color: #666
|
||||||
|
font-style: normal
|
||||||
|
padding-bottom: 8px
|
Loading…
Reference in New Issue
Block a user