From 2faa7aaf93edeab50fc12f3992bf59cbc069edbd Mon Sep 17 00:00:00 2001 From: Dan Leech Date: Thu, 23 Feb 2017 11:16:16 +0000 Subject: [PATCH] Simplifies download links --- 404.html | 572 +++++++++++++++++++++++++-------------------------- index.html | 572 +++++++++++++++++++++++++-------------------------- src/build.js | 2 +- 3 files changed, 573 insertions(+), 573 deletions(-) diff --git a/404.html b/404.html index d5896ad1..449ae15b 100644 --- a/404.html +++ b/404.html @@ -180,294 +180,294 @@
diff --git a/index.html b/index.html index d5896ad1..449ae15b 100644 --- a/index.html +++ b/index.html @@ -180,294 +180,294 @@
diff --git a/src/build.js b/src/build.js index bd4d2707..f3bca1bc 100644 --- a/src/build.js +++ b/src/build.js @@ -95,7 +95,7 @@ for (var i = 0; i < source.icons.length; i++) { filePath = "../icons/" + fileName + ".svg"; var fs = require('fs'); var svg = fs.readFileSync(filePath, 'utf8'); - main += "\n
  • " + svg + "

    " + source.icons[i].title + "

    " + "#" + source.icons[i].hex + "
  • "; + main += "\n
  • " + svg + "

    " + source.icons[i].title + "

    " + "#" + source.icons[i].hex + "
  • "; } // Put all content together and export to index.html