aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-11-24 07:28:05 +0000
committers-ol <s-ol@users.noreply.github.com>2018-11-24 07:28:05 +0000
commit977c1cc840f9d88283a7c5faa7b5fe77409a0871 (patch)
tree934e0afac2693a411894234f7bbd04f376d211ee /root
parentfix hyphens in fileder names (diff)
downloadmmm-977c1cc840f9d88283a7c5faa7b5fe77409a0871.tar.gz
mmm-977c1cc840f9d88283a7c5faa7b5fe77409a0871.zip
relative Fileder\walk
Diffstat (limited to 'root')
-rw-r--r--root/text$moonscript -> fn -> mmm$dom.moon4
1 files changed, 4 insertions, 0 deletions
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