Add BTC/DOGE addresses

This commit is contained in:
Ariejan de Vroom 2014-01-20 19:22:47 +01:00
parent 0d5b851c83
commit 5152ea8d88
2 changed files with 30 additions and 1 deletions

View File

@ -193,3 +193,24 @@ code
a
color: $text-color
#coinwidget
margin-top: 1em
border: 1px solid #e0e0e0
background-color: #fffff7
border-radius: 4px
padding: 4px 8px
font-size: 11px
span.title
display: block
width: 75px
float: left
margin-right: 5px
span.links
display: block
margin-left: 80px

View File

@ -11,6 +11,15 @@
.body
= yield
#coinwidget
%span.title
Tips welcome!
%span.links
Bitcoin: <a href="bitcoin:1BgLftR3ucRDjCysYdRJxMAAt5PPBYGW5f">1BgLftR3ucRDjCysYdRJxMAAt5PPBYGW5f</a>
%br
DOGE: DKXCwMRX3T4sSNUxXEYvF6AfGsue2EqyAw
#recent-posts
%h3 Recent posts on <strong>ariejan.net</strong>
- sorted_articles[0..4].each do |article|
@ -19,7 +28,6 @@
%span.meta= get_short_date(article)
= article[:title]
#comments
#disqus_thread