Merge pull request #82 from kmindi/patch-3

fixes feed.xml href
This commit is contained in:
Tom Johnson
2017-04-10 22:49:16 -07:00
committed by GitHub

View File

@ -33,4 +33,4 @@
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "feed.xml" | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.url }}">