diff options
author | Ben Burwell <ben@benburwell.com> | 2016-04-07 19:16:21 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2016-04-07 19:16:46 -0400 |
commit | 5db48c8413f3211c9514e69483ff840e552d6e14 (patch) | |
tree | d1535e2328e854a55994da36b0567b260b6fa6d9 /_layouts/blog.html | |
parent | 1c50d6631f7d54022271174e3013320d57be26b8 (diff) |
Add jekyll-feed (closes #7)
Diffstat (limited to '_layouts/blog.html')
-rw-r--r-- | _layouts/blog.html | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/_layouts/blog.html b/_layouts/blog.html index 7ede35a..8d11c64 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -8,6 +8,20 @@ layout: master {{ content }} </main> <footer> - <p><a href="/">about</a> ~ <a href="/posts/">posts</a> ~ <a href="/projects/">projects</a> ~ <a href="https://github.com/benburwell">github</a></p> - <p><a href="/license/">© 2016</a> ~ <a href="/privacy/">privacy</a></p> + <p> + <a href="/">about</a> + ~ + <a href="/posts/">posts</a> + ~ + <a href="/projects/">projects</a> + ~ + <a href="https://github.com/benburwell">github</a> + </p> + <p> + <a href="/license/">© 2016</a> + ~ + <a href="/privacy/">privacy</a> + ~ + <a href="/feed.xml">rss</a> + </p> </footer> |