Navigation Menu

Skip to content

Commit

Permalink
fixed RSS feed name in head
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Sanderson committed Nov 15, 2015
1 parent 6f1e837 commit 05c01a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Expand Up @@ -8,7 +8,7 @@
<title>{{ site.name }}{% if page.title %} - {{ page.title }}{% endif %}</title>
<link rel="shortcut icon" href="{{ site.baseurl }}assets/images/favicon.ico">
<link rel="stylesheet" href="{{ site.baseurl }}assets/css/style.css">
<link rel="alternate" type="application/rss+xml" title="My Blog" href="{{ site.baseurl }}rss.xml">
<link rel="alternate" type="application/rss+xml" title="My Blog" href="{{ site.baseurl }}feed.xml">
<link rel="stylesheet" href="{{ site.baseurl }}assets/css/highlight.css">
</head>
<body>
Expand Down

0 comments on commit 05c01a3

Please sign in to comment.