aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-02-29 16:31:01 +0100
committercodecalm <codecalm@gmail.com>2020-02-29 16:31:01 +0100
commit131bf7d3bde59ab13d79246cfd25d1c58853afe2 (patch)
tree978332891d3ebd1d3a676182bdc724e06996cd61 /index.html
parenticons dist (diff)
downloadtabler-icons-131bf7d3bde59ab13d79246cfd25d1c58853afe2.tar.xz
icons
Diffstat (limited to 'index.html')
-rw-r--r--index.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/index.html b/index.html
index e54a3bd..a0e4871 100644
--- a/index.html
+++ b/index.html
@@ -77,11 +77,12 @@
<div class="mb">
<a href="#">{{ first-icon }} Link</a>
</div>
+
</div>
</div>
- <div>
+ <div class="mb">
<div class="icons-list">
{% for icon in site.icons %}
{% assign name = icon.slug %}
@@ -91,10 +92,22 @@
{% endfor %}
</div>
</div>
+
+ <div class="mb">
+ <div class="icons-list icons-list-squares">
+ {% for icon in site.icons %}
+ {% assign name = icon.slug %}
+ <a href="#" class="icons-list-icon js-icon" title="{{ icon.slug }}" data-icon="{{ name }}">
+ {% include icon.html name=name %}
+ </a>
+ {% endfor %}
+ </div>
+ </div>
+
</div>
</div>
-<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
+<script src="{{ site.baseurl }}/jquery-3.4.1.slim.min.js"></script>
<script>
$(document).ready(function () {