From 88f09de622b8fbfa42c811b7dcafa41549c537fc Mon Sep 17 00:00:00 2001 From: s-ol Date: Sun, 28 Oct 2018 00:47:48 +1100 Subject: add gallery example --- app/mmmfs/tree.moon | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/mmmfs/tree.moon') 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' } -- cgit v1.2.3