make the footer text muted
This commit is contained in:
parent
7ba87a30a1
commit
eadd879189
|
@ -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", ->
|
||||
|
|
Loading…
Reference in New Issue