diff options
author | HombreLaser <buran@silosneeded.com> | 2024-11-10 19:20:32 -0600 |
---|---|---|
committer | HombreLaser <buran@silosneeded.com> | 2024-11-10 19:20:32 -0600 |
commit | 8cd2787f6f3cb93e0f48dc855ce97624c7ab9e22 (patch) | |
tree | 447e490aa82e5e97d5b72fa50c2ebd9780fd44eb /archive.liquid | |
parent | 0044c08bb01e773cb212c305ff136bf45dc7c4a7 (diff) |
Add and improve tags
Diffstat (limited to 'archive.liquid')
-rw-r--r-- | archive.liquid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archive.liquid b/archive.liquid index b03d7e0..26f59de 100644 --- a/archive.liquid +++ b/archive.liquid @@ -31,7 +31,7 @@ permalink: /archive.html <path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2m-3.5-7h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5"/> </svg> </div> - <div class="column is-one-fifth"> + <div class="column"> {% for tag in post.tags %} {{ tag }}{% unless forloop.last %},{% endunless %} {% endfor %} |