From 977c1cc840f9d88283a7c5faa7b5fe77409a0871 Mon Sep 17 00:00:00 2001 From: s-ol Date: Sat, 24 Nov 2018 18:28:05 +1100 Subject: relative Fileder\walk --- root/text$moonscript -> fn -> mmm$dom.moon | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'root') diff --git a/root/text$moonscript -> fn -> mmm$dom.moon b/root/text$moonscript -> fn -> mmm$dom.moon index 7841095..c036c80 100644 --- a/root/text$moonscript -> fn -> mmm$dom.moon +++ b/root/text$moonscript -> fn -> mmm$dom.moon @@ -1,4 +1,5 @@ import article, h1, h3, div, b, p, a, br, ul, tt, li, img from require 'mmm.dom' +import link_to from (require 'mmm.mmmfs.util') require 'mmm.dom' => append, finish = do @@ -18,6 +19,9 @@ import article, h1, h3, div, b, p, a, br, ul, tt, li, img from require 'mmm.dom' 'You can find the source code of everything ' a { 'here', href: 'https://github.com/s-ol/mmm' } '.' + br! + 'Most of the inner-workings of this page are documented in ', + link_to @walk 'articles/mmmfs' } for child in *@children -- cgit v1.2.3