From de70565fdfb2ec1d93eb12f3b326642f4f571778 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 19 Apr 2020 15:57:27 +0200 Subject: tags.json file --- src/tags.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/tags.json (limited to 'src') diff --git a/src/tags.json b/src/tags.json new file mode 100644 index 0000000..a009a1f --- /dev/null +++ b/src/tags.json @@ -0,0 +1,5 @@ +--- +--- +{ {% for icon in site.icons %} +{% assign slug-tags = icon.slug | split: '-' %}{% assign tags = slug-tags | concat: icon.tags %} "{{ icon.slug }}": [{% for tag in tags %}"{{ tag }}"{% unless forloop.last %}, {% endunless %}{% endfor %}]{% unless forloop.last %}, {% endunless %}{% endfor %} +} -- cgit v1.2.1