summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Mota <josemota.net@gmail.com>2012-06-02 22:13:48 +0100
committerJosé Mota <josemota.net@gmail.com>2012-06-02 22:13:48 +0100
commit868a5c41c9a4417ea0695450818fffddf4527081 (patch)
tree997ae6541805f5d678df4ceccc65847381d4e4c9
parent6523a7b492b760e4ed2cb03eb72f5156f9709ddc (diff)
Fix RSS link.
-rw-r--r--_layouts/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index ed329b8..1785b9d 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -4,7 +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="alternate" type="application/rss+xml" href="/rss.xml" />
<link rel="stylesheet" href="/css/highlight.css" />
<link rel="stylesheet" href="/css/main.css" />
</head>