diff --git a/_data/tags.yml b/_data/tags.yml new file mode 100644 index 0000000..96f0345 --- /dev/null +++ b/_data/tags.yml @@ -0,0 +1,3 @@ +bell: notification +bell-off: notification-off +check: tick diff --git a/_includes/icon.html b/_includes/icon.html index 3cff361..16a44d8 100644 --- a/_includes/icon.html +++ b/_includes/icon.html @@ -1,3 +1,4 @@ +{% assign tags = site.data.tags[include.icon.basename] | split: ", " | join " " %}