diff options
author | codecalm <codecalm@gmail.com> | 2020-03-12 15:04:56 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-12 15:04:56 +0100 |
commit | 89a774589d6c712fc229f6c946f39b7e3be95a5b (patch) | |
tree | beedbe7e3f49a4b09a67cf6c596490828d52266d /index.html | |
parent | gulp fixes (diff) | |
download | tabler-icons-89a774589d6c712fc229f6c946f39b7e3be95a5b.tar.xz |
new dir structure
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index 98418eb..0000000 --- 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> |