center the footer

This commit is contained in:
Christine Dodrill 2015-02-05 12:51:02 -08:00
parent 00fc350b4b
commit 6be94805f2
1 changed files with 6 additions and 5 deletions

View File

@ -56,12 +56,13 @@ class Layout extends Widget
footer: =>
footer ->
div class: "container footer", ->
p class: "text-muted", ->
text "Christine Cadence Dodrill - #{os.date "%Y"}"
center ->
p class: "text-muted", ->
text "Christine Cadence Dodrill - #{os.date "%Y"}"
if os.getenv "GIT_REV"
text " - revision "
code "#{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", ->