diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-12-30 18:52:37 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-12-30 18:52:37 +0000 |
| commit | 5db27ae44907974230dbdfba002182e68e59038e (patch) | |
| tree | f3f341ceb8b808e8293f188db21a51fd2fd98145 /root/articles/mmmfs/examples/gallery | |
| parent | print styling fixes (diff) | |
| download | mmm-5db27ae44907974230dbdfba002182e68e59038e.tar.gz mmm-5db27ae44907974230dbdfba002182e68e59038e.zip | |
lots of fixes
Diffstat (limited to 'root/articles/mmmfs/examples/gallery')
| -rw-r--r-- | root/articles/mmmfs/examples/gallery/preview: text$moonscript -> fn -> mmm$dom.moon | 7 | ||||
| -rw-r--r-- | root/articles/mmmfs/examples/gallery/title: text$plain | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/root/articles/mmmfs/examples/gallery/preview: text$moonscript -> fn -> mmm$dom.moon b/root/articles/mmmfs/examples/gallery/preview: text$moonscript -> fn -> mmm$dom.moon deleted file mode 100644 index 5285629..0000000 --- a/root/articles/mmmfs/examples/gallery/preview: text$moonscript -> fn -> mmm$dom.moon +++ /dev/null @@ -1,7 +0,0 @@ -import div, img, br from require 'mmm.dom' - -=> div { - 'the first pic as a little taste:', - br!, - img src: @children[1]\get 'preview', 'URL -> image/png' -} diff --git a/root/articles/mmmfs/examples/gallery/title: text$plain b/root/articles/mmmfs/examples/gallery/title: text$plain index ad74eec..2e9ef34 100644 --- a/root/articles/mmmfs/examples/gallery/title: text$plain +++ b/root/articles/mmmfs/examples/gallery/title: text$plain @@ -1 +1 @@ -A Gallery of 25 random pictures, come on in! +a gallery of images |
