Skip to content

Commit a865b32

Browse files
committed
Merge pull request barryclark#16 from javiercejudo/patch-2
Adds link element for RSS feed
2 parents 52fde56 + 21e4160 commit a865b32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_layouts/default.html

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<![endif]-->
1717

1818
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
19+
<link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
1920

2021
<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
2122
</head>

0 commit comments

Comments
 (0)