diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-25 11:34:09 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-25 11:34:09 +0000 |
| commit | 121bfe78cb70a0be4f13235cb9b00257c301c942 (patch) | |
| tree | 55bd3479a72bf83accb0e442bdb27387ced21568 | |
| parent | release v0.1-rc1 (diff) | |
| download | alive-121bfe78cb70a0be4f13235cb9b00257c301c942.tar.gz alive-121bfe78cb70a0be4f13235cb9b00257c301c942.zip | |
change header link to release
| -rw-r--r-- | extra/layout.moon | 4 |
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' |
