layout/bootstrap: link to relevant commit in footer
This commit is contained in:
parent
ed5a7be859
commit
1e930467cf
|
@ -62,6 +62,7 @@ class Layout extends Widget
|
||||||
|
|
||||||
if os.getenv "GIT_REV"
|
if os.getenv "GIT_REV"
|
||||||
text " - revision "
|
text " - revision "
|
||||||
|
a href: "https://github.com/Xe/christine.website/commit/#{os.getenv("GIT_REV")}", ->
|
||||||
code "#{os.getenv("GIT_REV")\sub 1,8}"
|
code "#{os.getenv("GIT_REV")\sub 1,8}"
|
||||||
|
|
||||||
body: =>
|
body: =>
|
||||||
|
|
Loading…
Reference in New Issue