Merge pull request #35 from fwenzel/rss

Make RSS feed discoverable. Fix #34.
This commit is contained in:
Chester How 2018-07-07 10:12:35 +08:00 committed by GitHub
commit 13412353f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -20,6 +20,7 @@ sass:
# Gems
plugins:
- jekyll-feed
- jekyll-paginate
# - jemoji #Uncomment this to allow emoji in your post

View file

@ -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>