aboutsummaryrefslogtreecommitdiffstats
path: root/docs/gen
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-05-13 14:54:47 +0000
committers-ol <s+removethis@s-ol.nu>2025-03-02 14:24:47 +0000
commit1009e82b4dc2d262bce74f160a49eeb27ee66997 (patch)
treedf64d2a3aa19fb3484c15901c623d1848b83a159 /docs/gen
parentadd fltk4lua copilot UI (diff)
downloadalive-1009e82b4dc2d262bce74f160a49eeb27ee66997.tar.gz
alive-1009e82b4dc2d262bce74f160a49eeb27ee66997.zip
add website to version.moon, update rockspec
Diffstat (limited to 'docs/gen')
-rw-r--r--docs/gen/layout.moon1
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*'