Skip to content

Commit 2764641

Browse files
authored
Merge pull request #185 from rom1v/rss
Make web browsers aware of RSS feed
2 parents 2a2c7a8 + dbee0ad commit 2764641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>{{ page.title }}</title>
77
<meta name="viewport" content="width=device-width">
88
<link rel="stylesheet" href="/css/main.css">
9+
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml">
910
</head>
1011

1112
<body>

0 commit comments

Comments
 (0)