Skip to content

Commit 082c7a3

Browse files
authored
Merge pull request #94 from jbampton/add-jekyll-feed
Add Jekyll Feed
2 parents bac1bf0 + 0209015 commit 082c7a3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

_includes/footer.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
<div class="container">
33
<a href="https://github.com/h2so5/mruby-logo">mruby-logo</a> provided by <a href="https://github.com/h2so5">h2so5</a>
44
</div>
5-
<div>
5+
<div>
6+
<a href="/feed.xml">
7+
<img src="/assets/images/icons/atom-feed.png" alt="Atom feed" title="Atom feed" width="25" height="25">
8+
</a>
69
<a href="/rss.xml">
7-
<img src="/images/icons/rss-feed.png" alt="RSS feed" title="RSS feed" width="25" height="25">
10+
<img src="/assets/images/icons/rss-feed.png" alt="RSS feed" title="RSS feed" width="25" height="25">
811
</a>
912
</div>
1013
</footer>

assets/images/icons/atom-feed.png

1.77 KB
Loading
File renamed without changes.

0 commit comments

Comments
 (0)