diff options
| author | Devine Lu Linvega <aliceffekt@gmail.com> | 2017-12-27 12:20:58 +1300 |
|---|---|---|
| committer | Devine Lu Linvega <aliceffekt@gmail.com> | 2017-12-27 12:20:58 +1300 |
| commit | 15d1e6a52ea7ceedc7c9255682ebdaed6a0eac33 (patch) | |
| tree | 77b1a684581a5a80ce54513650c9f325fd487cd7 | |
| parent | e0af341254a3e27d8e7b4e5c51d9bc9156da640b (diff) | |
Added download link
| -rw-r--r-- | README.md | 40 | ||||
| -rw-r--r-- | index.js | 2 |
2 files changed, 21 insertions, 21 deletions
@@ -1,45 +1,45 @@ -## barber +## barber([Download](collection/barber.thm))  -## battlestation - - -## berry +## berry([Download](collection/berry.thm))  -## blanc +## battlestation([Download](collection/battlestation.thm)) + + +## blanc([Download](collection/blanc.thm))  -## cina +## cina([Download](collection/cina.thm))  -## commodore +## commodore([Download](collection/commodore.thm))  -## gameboy +## gameboy([Download](collection/gameboy.thm))  -## mahou +## mahou([Download](collection/mahou.thm))  -## marble +## marble([Download](collection/marble.thm))  -## noir +## noir([Download](collection/noir.thm))  -## pale +## pale([Download](collection/pale.thm))  -## raspberry - - -## seaweed +## seaweed([Download](collection/seaweed.thm))  -## swiss - +## raspberry([Download](collection/raspberry.thm)) + -## soyuz +## soyuz([Download](collection/soyuz.thm))  +## swiss([Download](collection/swiss.thm)) + + @@ -30,7 +30,7 @@ function build_svg(n,theme) function build_theme(n,theme) { var name = n.split(".")[0]; - return `## ${name}\n\n\n` + return `## ${name}([Download](collection/${name}.thm))\n\n\n` } function is_json(text) |
