aboutsummaryrefslogtreecommitdiff
path: root/src/editor.html
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-04-07 20:28:06 +0200
committercodecalm <codecalm@gmail.com>2020-04-07 20:28:06 +0200
commit17a33fa302596b285edd2ae0c6ae0cb9797f72e8 (patch)
treeda9142609d54149890bce86785cef6259d5b3c23 /src/editor.html
parentnpm files fixes (diff)
parentcurrency yen fix (diff)
downloadtabler-icons-17a33fa302596b285edd2ae0c6ae0cb9797f72e8.tar.xz
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons
Diffstat (limited to 'src/editor.html')
-rw-r--r--src/editor.html15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/editor.html b/src/editor.html
index ccb4f7e..8a55e13 100644
--- a/src/editor.html
+++ b/src/editor.html
@@ -2,9 +2,6 @@
layout: default
---
-{% assign toolbar = 'arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings' | split: '|' %}
-
-
<div class="container">
<div class="box">
@@ -74,16 +71,8 @@ layout: default
</div>
<div class="mb">
- <div class="toolbar">
- {% for group in toolbar %}
- {% assign buttons = group | split: ',' %}
- <div class="buttons">
- {% for button in buttons %}
- <div class="button js-icon" data-icon="{{ button }}">{% include icon.html name=button %}</div>
- {% endfor %}
- </div>
- {% endfor %}
- </div>
+ {% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings' %}
+ {% include toolbar.html toolbar='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee,currency-yen' %}
</div>
<h2 class="icon-subtitle">{{ site.icons.size }} icons</h2>