aboutsummaryrefslogtreecommitdiffstats
path: root/app/mmmfs/tree.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-10-27 13:47:48 +0000
committers-ol <s-ol@users.noreply.github.com>2018-10-27 13:47:48 +0000
commit88f09de622b8fbfa42c811b7dcafa41549c537fc (patch)
tree0a9d1d3bc0598bc7aaff8bbbf173d0d22abfbeb6 /app/mmmfs/tree.moon
parentfix & harden navigation (diff)
downloadmmm-88f09de622b8fbfa42c811b7dcafa41549c537fc.tar.gz
mmm-88f09de622b8fbfa42c811b7dcafa41549c537fc.zip
add gallery example
Diffstat (limited to 'app/mmmfs/tree.moon')
-rw-r--r--app/mmmfs/tree.moon4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/mmmfs/tree.moon b/app/mmmfs/tree.moon
index e058b85..1b97974 100644
--- a/app/mmmfs/tree.moon
+++ b/app/mmmfs/tree.moon
@@ -241,6 +241,8 @@ If you are reading this in the source, then c'mon, just scroll past and give me
and some bold **text** and `code tags` with me.",
}
- -- if we are on client (mmm.s-ol.nu/?client=mmmfs), throw in twisted as a child
+ require '.gallery',
+
+ -- if we are on client, throw in twisted as a child
if MODE == 'CLIENT' then require '.twisted'
}