diff --git a/layout/bootstrap.moon b/layout/bootstrap.moon index 6f80e7a..b46b2c9 100644 --- a/layout/bootstrap.moon +++ b/layout/bootstrap.moon @@ -62,7 +62,8 @@ class Layout extends Widget if os.getenv "GIT_REV" text " - revision " - code "#{os.getenv("GIT_REV")\sub 1,8}" + a href: "https://github.com/Xe/christine.website/commit/#{os.getenv("GIT_REV")}", -> + code "#{os.getenv("GIT_REV")\sub 1,8}" body: => div class: "container", ->