{% capture tags %} {% for tag in site.tags %} {{ tag[0] }} {% endfor %} {% endcapture %} {% assign sortedtags = tags | split:' ' | sort %}
{% if site.data.site.uiux.meng == true %} {% if site.data.meng.background.switch == true %}
{% else %}
{% endif %} {% else %}
{% endif %}
{% include content/component/lazyload.html %} {% for tag in sortedtags %} {% assign index = site.tags[tag] | size %} {% assign fontsize = 14 %} {% assign color = 125 %} {% for i in (1..index) %} {% capture fontsize %}{{fontsize | plus:1.5}}{% endcapture %} {% endfor %} {% for i in (1..index) %} {% capture color %}{{ color | minus :15}}{% endcapture %} {% endfor %} {{ tag }} {% endfor %}