mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 02:52:33 +01:00
blog article footer
This commit is contained in:
parent
457cb9204a
commit
bfc1481e10
2 changed files with 19 additions and 0 deletions
|
|
@ -76,6 +76,14 @@
|
|||
|
||||
<div class="span8 screen" id="{{ page.section }}">
|
||||
{{ content }}
|
||||
{% if page.section == 'blog' %}
|
||||
<p class="articleFooter">
|
||||
Have comments or questions?
|
||||
<a href="mailto:adrian@radbox.org">Send me an email</a>,
|
||||
tweet at <a href="http://twitter.com/b33ts">@b33ts</a>,
|
||||
or <a href="http://news.ycombinator.com/submitlink?u={{ site.url | cgi_escape }}{{ page.url | cgi_escape }}&t={{ page.title | cgi_escape }}">discuss on Hacker News</a>.
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div class="span4" id="sidebar">
|
||||
|
|
|
|||
11
beets.css
11
beets.css
|
|
@ -98,3 +98,14 @@ ul, ol {
|
|||
#donate input[type=text] {
|
||||
width: 5em;
|
||||
}
|
||||
|
||||
.articleFooter {
|
||||
color: #999;
|
||||
font-style: italic;
|
||||
border-top: 1px solid #ccc;
|
||||
margin-top: 1.25em;
|
||||
}
|
||||
.articleFooter a {
|
||||
color: #666;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue