From af598f585a4ffda3e9e76dd8811cecc35d9e4e5a Mon Sep 17 00:00:00 2001 From: Andreas N Date: Fri, 20 Feb 2015 01:12:24 +0100 Subject: [PATCH] added link to blog in the footer --- app/views/shared/_links.html.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/shared/_links.html.haml b/app/views/shared/_links.html.haml index 96c05265..63ae9842 100644 --- a/app/views/shared/_links.html.haml +++ b/app/views/shared/_links.html.haml @@ -6,3 +6,6 @@ = link_to "About", about_path · = link_to "Bugs", 'https://github.com/retrospring/bugs/issues' + · + / Tyler wanted this so much, here it is! + = link_to "Blog", 'https://blog.retrospring.net' \ No newline at end of file