summaryrefslogtreecommitdiff
path: root/_layouts/blog.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/blog.html')
-rw-r--r--_layouts/blog.html18
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/">&copy; 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/">&copy; 2016</a>
+ ~
+ <a href="/privacy/">privacy</a>
+ ~
+ <a href="/feed.xml">rss</a>
+ </p>
</footer>