diff options
Diffstat (limited to 'docs/gen')
| -rw-r--r-- | docs/gen/layout.moon | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/gen/layout.moon b/docs/gen/layout.moon index f695963..4d43737 100644 --- a/docs/gen/layout.moon +++ b/docs/gen/layout.moon @@ -62,6 +62,7 @@ abs = (page) -> -- builtin-name; mod.name/name; mod.name link = (ref) -> return version.web if ref == '*web*' + return version.git if ref == '*git*' return version.repo if ref == '*repo*' return version.release if ref == '*release*' |
