From def3e0d8c9d072b9c7715529acf7100ea60084d5 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 3 Feb 2015 09:56:11 -0800 Subject: [PATCH] fix footer --- layout/bootstrap.moon | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/layout/bootstrap.moon b/layout/bootstrap.moon index c73a24a..1de0e66 100644 --- a/layout/bootstrap.moon +++ b/layout/bootstrap.moon @@ -58,11 +58,10 @@ class Layout extends Widget footer: => footer class: "footer", -> div class: "container", -> - p class: "text-muted", -> - text "Christine Cadence Dodrill - #{os.date "%Y"}" + text "Christine Cadence Dodrill - #{os.date "%Y"}" - if os.getenv "GIT_REV" - text " revision #{os.getenv("GIT_REV")\sub 1,8}" + if os.getenv "GIT_REV" + text " revision #{os.getenv("GIT_REV")\sub 1,8}" body: => div class: "container", ->