Skip to content

Files

Latest commit

c8570b6 · Jan 20, 2025

History

History
34 lines (25 loc) · 721 Bytes

tags.md

File metadata and controls

34 lines (25 loc) · 721 Bytes
layout title permalink
page
Tags
/tag/

{% capture temptags %} {% for tag in site.tags %} {{ tag[1].size | plus: 1000 }}#{{ tag[0] }}#{{ tag[1].size }} {% endfor %} {% endcapture %}

{% assign sortedtemptags = temptags | split:' ' | sort | reverse %} {% for temptag in sortedtemptags %} {% assign tagitems = temptag | split: '#' %} {% capture tagname %}{{ tagitems[1] }}{% endcapture %}

  1. [{{ tagname }}](/tag/{{ tagname }}) {{ tagitems[2] }} {% endfor %}

Sandal covered in tags.