summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorJosé Mota <josemota.net@gmail.com>2012-06-02 22:12:21 +0100
committerJosé Mota <josemota.net@gmail.com>2012-06-02 22:12:21 +0100
commitc5982db10404ba96b080596aeee3cc495dd45ee2 (patch)
tree2e202987c0b2e4233893f47a263189a68d9703fb /_layouts
parente8dee8351803ac643431dff6d52ea6a3efb16902 (diff)
Add RSS link.
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 899a6d9..ed329b8 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -4,6 +4,7 @@
<meta charset="utf-8"/>
<title>{{page.title}}</title>
<link href='http://fonts.googleapis.com/css?family=PT+Serif:400,400italic&subset=latin,latin-ext' rel='stylesheet' />
+ <link rel="application/rss+xml" href="/rss.xml" />
<link rel="stylesheet" href="/css/highlight.css" />
<link rel="stylesheet" href="/css/main.css" />
</head>