From eadd879189b5a585cfc0dc4ceac4bc070d15fbce Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 3 Feb 2015 10:50:22 -0800 Subject: [PATCH] make the footer text muted --- layout/bootstrap.moon | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/layout/bootstrap.moon b/layout/bootstrap.moon index 7176d29..9adc95d 100644 --- a/layout/bootstrap.moon +++ b/layout/bootstrap.moon @@ -56,10 +56,12 @@ class Layout extends Widget footer: => footer class: "footer", -> div class: "container", -> - text "Christine Cadence Dodrill - #{os.date "%Y"}" + p class: "muted", -> + 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 " + code "#{os.getenv("GIT_REV")\sub 1,8}" body: => div class: "container", ->