diff --git a/_posts/2012-08-24-sqlite-nightmare.md b/_posts/2012-08-24-sqlite-nightmare.md
index 314a9af97..357423764 100644
--- a/_posts/2012-08-24-sqlite-nightmare.md
+++ b/_posts/2012-08-24-sqlite-nightmare.md
@@ -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
diff --git a/beets.css b/beets.css
index 19450ee25..33be8e31b 100644
--- a/beets.css
+++ b/beets.css
@@ -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/
*/
diff --git a/images/feed.png b/images/feed.png
new file mode 100755
index 000000000..d64c669c7
Binary files /dev/null and b/images/feed.png differ