aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md40
-rw-r--r--index.js2
2 files changed, 21 insertions, 21 deletions
diff --git a/README.md b/README.md
index 917e1cd..176d491 100644
--- a/README.md
+++ b/README.md
@@ -1,45 +1,45 @@
-## barber
+## barber([Download](collection/barber.thm))
![barber](assets/barber.svg)
-## battlestation
-![battlestation](assets/battlestation.svg)
-
-## berry
+## berry([Download](collection/berry.thm))
![berry](assets/berry.svg)
-## blanc
+## battlestation([Download](collection/battlestation.thm))
+![battlestation](assets/battlestation.svg)
+
+## blanc([Download](collection/blanc.thm))
![blanc](assets/blanc.svg)
-## cina
+## cina([Download](collection/cina.thm))
![cina](assets/cina.svg)
-## commodore
+## commodore([Download](collection/commodore.thm))
![commodore](assets/commodore.svg)
-## gameboy
+## gameboy([Download](collection/gameboy.thm))
![gameboy](assets/gameboy.svg)
-## mahou
+## mahou([Download](collection/mahou.thm))
![mahou](assets/mahou.svg)
-## marble
+## marble([Download](collection/marble.thm))
![marble](assets/marble.svg)
-## noir
+## noir([Download](collection/noir.thm))
![noir](assets/noir.svg)
-## pale
+## pale([Download](collection/pale.thm))
![pale](assets/pale.svg)
-## raspberry
-![raspberry](assets/raspberry.svg)
-
-## seaweed
+## seaweed([Download](collection/seaweed.thm))
![seaweed](assets/seaweed.svg)
-## swiss
-![swiss](assets/swiss.svg)
+## raspberry([Download](collection/raspberry.thm))
+![raspberry](assets/raspberry.svg)
-## soyuz
+## soyuz([Download](collection/soyuz.thm))
![soyuz](assets/soyuz.svg)
+## swiss([Download](collection/swiss.thm))
+![swiss](assets/swiss.svg)
+
diff --git a/index.js b/index.js
index c1bdd30..42e74c3 100644
--- a/index.js
+++ b/index.js
@@ -30,7 +30,7 @@ function build_svg(n,theme)
function build_theme(n,theme)
{
var name = n.split(".")[0];
- return `## ${name}\n![${name}](assets/${name}.svg)\n\n`
+ return `## ${name}([Download](collection/${name}.thm))\n![${name}](assets/${name}.svg)\n\n`
}
function is_json(text)