aboutsummaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-03-25 11:34:09 +0000
committers-ol <s-ol@users.noreply.github.com>2020-03-25 11:34:09 +0000
commit121bfe78cb70a0be4f13235cb9b00257c301c942 (patch)
tree55bd3479a72bf83accb0e442bdb27387ced21568 /extra
parentrelease v0.1-rc1 (diff)
downloadalive-121bfe78cb70a0be4f13235cb9b00257c301c942.tar.gz
alive-121bfe78cb70a0be4f13235cb9b00257c301c942.zip
change header link to release
Diffstat (limited to 'extra')
-rw-r--r--extra/layout.moon4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/layout.moon b/extra/layout.moon
index dd309dc..11ccc7f 100644
--- a/extra/layout.moon
+++ b/extra/layout.moon
@@ -98,9 +98,9 @@ layout = (opts) ->
head = header nav {
span {
- a 'alive', href: abs 'index.html'
+ b 'alive'
' '
- code version.tag
+ a (code version.tag), href: version.web
' documentation'
}
div class: 'grow'