Skip to content

Commit

Permalink
Merge pull request chesterhow#35 from fwenzel/rss
Browse files Browse the repository at this point in the history
Make RSS feed discoverable. Fix chesterhow#34.
  • Loading branch information
chesterhow authored Jul 7, 2018
2 parents 53b9e4c + d86abf2 commit 1341235
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ sass:

# Gems
plugins:
- jekyll-feed
- jekyll-paginate
# - jemoji #Uncomment this to allow emoji in your post

Expand Down
3 changes: 3 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@
<link rel="icon" type="image/png" sizes="32x32" href="{{ "/assets/favicon-32x32.png" | relative_url }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ "/assets/favicon-16x16.png" | relative_url }}">
<link rel="apple-touch-icon" sizes="180x180" href="{{ "/assets/apple-touch-icon.png" | relative_url }}">

<!-- RSS -->
{% feed_meta %}
</head>

0 comments on commit 1341235

Please sign in to comment.