center the footer
This commit is contained in:
parent
00fc350b4b
commit
6be94805f2
|
@ -56,12 +56,13 @@ class Layout extends Widget
|
||||||
footer: =>
|
footer: =>
|
||||||
footer ->
|
footer ->
|
||||||
div class: "container footer", ->
|
div class: "container footer", ->
|
||||||
p class: "text-muted", ->
|
center ->
|
||||||
text "Christine Cadence Dodrill - #{os.date "%Y"}"
|
p class: "text-muted", ->
|
||||||
|
text "Christine Cadence Dodrill - #{os.date "%Y"}"
|
||||||
|
|
||||||
if os.getenv "GIT_REV"
|
if os.getenv "GIT_REV"
|
||||||
text " - revision "
|
text " - revision "
|
||||||
code "#{os.getenv("GIT_REV")\sub 1,8}"
|
code "#{os.getenv("GIT_REV")\sub 1,8}"
|
||||||
|
|
||||||
body: =>
|
body: =>
|
||||||
div class: "container", ->
|
div class: "container", ->
|
||||||
|
|
Loading…
Reference in New Issue