aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-12 15:04:56 +0100
committercodecalm <codecalm@gmail.com>2020-03-12 15:04:56 +0100
commit89a774589d6c712fc229f6c946f39b7e3be95a5b (patch)
treebeedbe7e3f49a4b09a67cf6c596490828d52266d /index.html
parentgulp fixes (diff)
downloadtabler-icons-89a774589d6c712fc229f6c946f39b7e3be95a5b.tar.xz
new dir structure
Diffstat (limited to 'index.html')
-rw-r--r--index.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index 98418eb5..00000000
--- a/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
----
-layout: default
----
-<div class="container">
- <div class="box">
-
- <div class="mb">
- <div class="icons-list">
- {% for icon in site.icons %}
- {% assign name = icon.slug %}
- <div class="icons-list-icon js-icon" title="{{ icon.slug }}" data-icon="{{ name }}">
- {% include icon.html name=name %}
- </div>
- {% endfor %}
- </div>
- </div>
-
- <div class="mb">
- <div class="icons-list">
- {% for icon in site.icons %}
- {% assign name = icon.slug %}
- <div class="icons-list-icon js-icon" title="{{ icon.slug }}" data-icon="{{ name }}">
- {% include icon.html name=name stroke=1.25 %}
- </div>
- {% endfor %}
- </div>
- </div>
- </div>
-</div>