aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorDevine Lu Linvega <aliceffekt@gmail.com>2017-12-27 12:20:58 +1300
committerDevine Lu Linvega <aliceffekt@gmail.com>2017-12-27 12:20:58 +1300
commit15d1e6a52ea7ceedc7c9255682ebdaed6a0eac33 (patch)
tree77b1a684581a5a80ce54513650c9f325fd487cd7 /index.js
parente0af341254a3e27d8e7b4e5c51d9bc9156da640b (diff)
Added download link
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
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)