Merge pull request #35 from fwenzel/rss
Make RSS feed discoverable. Fix #34.
This commit is contained in:
commit
13412353f8
2 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,7 @@ sass:
|
|||
|
||||
# Gems
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
- jekyll-paginate
|
||||
# - jemoji #Uncomment this to allow emoji in your post
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue