Make RSS feed discoverable. Fix #34.

This commit is contained in:
Fred Wenzel 2018-06-30 11:46:26 -07:00
parent 53b9e4cf50
commit 846d9c9d88
1 changed files with 3 additions and 0 deletions

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>