Fix RSS feed

This commit is contained in:
Quentin Dufour 2015-11-06 14:53:11 +01:00
parent e59908e87a
commit 2465d2308c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<title>{{ site.name }}{% if page.title %} - {{ page.title }}{% endif %}</title>
<link rel="shortcut icon" href="/assets/images/favicon.ico">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="alternate" type="application/rss+xml" title="My Blog" href="/rss.xml">
<link rel="alternate" type="application/rss+xml" title="My Blog" href="/feed.xml">
<link rel="stylesheet" href="/assets/css/highlight.css">
</head>
<body>