From 93512e6b5f1f4b1ebe3e1f856fb3cd01a7bed4ad Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 5 Feb 2015 12:47:56 -0800 Subject: [PATCH] mend the mending of the footer --- layout/bootstrap.moon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/bootstrap.moon b/layout/bootstrap.moon index b7bc2cb..6bae8d7 100644 --- a/layout/bootstrap.moon +++ b/layout/bootstrap.moon @@ -54,8 +54,8 @@ class Layout extends Widget a href: "/contact", "Contact" footer: => - footer class: "footer", -> - div class: "container", -> + div class: "container", -> + footer class: "footer", -> p class: "text-muted", -> text "Christine Cadence Dodrill - #{os.date "%Y"}"