mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 15:03:22 +01:00
add RSS icon
This commit is contained in:
parent
7171cc318f
commit
5159d96ad3
4 changed files with 13 additions and 2 deletions
|
|
@ -126,7 +126,12 @@ or <a href="http://news.ycombinator.com/submitlink?u={{ site.url | cgi_escape }}
|
|||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h3><a href="/blog/">Blog</a></h3>
|
||||
<h3>
|
||||
<a href="/blog/">Blog</a>
|
||||
<a href="/blog/atom.xml" class="feed-icon">
|
||||
<img src="/images/feed.png" width="14" height="14" alt="Atom feed">
|
||||
</a>
|
||||
</h3>
|
||||
<ul id="blogSidebar" class="newslist">
|
||||
{% for post in site.posts limit:3 %}
|
||||
<li>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: the SQLite lock timeout nightmare
|
|||
layout: main
|
||||
section: blog
|
||||
---
|
||||
Software has bugs. There are little bugs--the [beets release notes][relnotes] are saturated with them. And then there are the monstrous, enormous bugs--the kind that follow you from version to version, from year to year.
|
||||
Software has bugs. There are little bugs: the [beets release notes][relnotes] are saturated with them. And then there are the monstrous, enormous bugs: the kind that follow you from version to version, from year to year.
|
||||
|
||||
[relnotes]: http://readthedocs.org/docs/beets/-/changelog.html
|
||||
|
||||
|
|
|
|||
|
|
@ -61,6 +61,12 @@ ul, ol {
|
|||
color: #999;
|
||||
}
|
||||
|
||||
.feed-icon {
|
||||
position: absolute;
|
||||
margin-top: -3px;
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
||||
/* Responsive video embed.
|
||||
* http://amobil.se/2011/11/responsive-embeds/
|
||||
*/
|
||||
|
|
|
|||
BIN
images/feed.png
Executable file
BIN
images/feed.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in a new issue