mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-23 16:08:53 -05:00
added support for delicious
This commit is contained in:
parent
6b9c3af4b5
commit
8cb2f15487
@ -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} -
|
||||
|
@ -1,11 +1,21 @@
|
||||
#sidebar
|
||||
float: left
|
||||
width= !sidebar_width
|
||||
padding-top: 10px
|
||||
margin-left= !sidebar_margin
|
||||
|
||||
h4
|
||||
margin: 0
|
||||
margin: 20px 0 0
|
||||
&:first-child
|
||||
margin-top: 10px
|
||||
.small
|
||||
+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