forked from quentin/quentin.dufour.io
Fix RSS feed
This commit is contained in:
parent
e59908e87a
commit
2465d2308c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
<title>{{ site.name }}{% if page.title %} - {{ page.title }}{% endif %}</title>
|
<title>{{ site.name }}{% if page.title %} - {{ page.title }}{% endif %}</title>
|
||||||
<link rel="shortcut icon" href="/assets/images/favicon.ico">
|
<link rel="shortcut icon" href="/assets/images/favicon.ico">
|
||||||
<link rel="stylesheet" href="/assets/css/style.css">
|
<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">
|
<link rel="stylesheet" href="/assets/css/highlight.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue