Skip to content

Commit

Permalink
Make web browsers aware of RSS feed
Browse files Browse the repository at this point in the history
Add RSS feed to the html head so that web browsers can expose the RSS
feed directly.
  • Loading branch information
rom1v committed Sep 14, 2016
1 parent 2a2c7a8 commit dbee0ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/default.html
Expand Up @@ -6,6 +6,7 @@
<title>{{ page.title }}</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/css/main.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml">
</head>

<body>
Expand Down

0 comments on commit dbee0ad

Please sign in to comment.