add RSS icon

This commit is contained in:
Adrian Sampson 2012-08-26 11:48:03 -07:00
parent 7171cc318f
commit 5159d96ad3
4 changed files with 13 additions and 2 deletions

View file

@ -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>

View file

@ -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

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB