summaryrefslogtreecommitdiff
path: root/_includes/index_post.liquid
diff options
context:
space:
mode:
authorHombreLaser <buran@silosneeded.com>2025-07-24 21:05:16 -0600
committerHombreLaser <buran@silosneeded.com>2025-07-24 21:05:16 -0600
commitda2464caa4ee9c2559eaccdc570dc143eed733a1 (patch)
treeb9fb93a16fa741174b8a5678b04f5f8d3746d49e /_includes/index_post.liquid
parentdcb7411da45cecf0c997faba6cd2c1e3af7c8d23 (diff)
Improve index
Diffstat (limited to '_includes/index_post.liquid')
-rw-r--r--_includes/index_post.liquid11
1 files changed, 9 insertions, 2 deletions
diff --git a/_includes/index_post.liquid b/_includes/index_post.liquid
index 562af88..2bfbe68 100644
--- a/_includes/index_post.liquid
+++ b/_includes/index_post.liquid
@@ -7,9 +7,16 @@
</div>
<div class="columns is-vcentered">
<div class="column">
- {{ post.date | date: "%-d %B %Y" }}
+ <div class="columns">
+ {% for tag in post.tags %}
+ {{ tag }}{% unless forloop.last %},{% endunless %}
+ {% endfor %}
+ </div>
+ <div class="columns">
+ {{ post.date | date: "%-d %B %Y" }}
+ </div>
</div>
- <div class="column">
+ <div class="is-offset-2 column">
<a class="button" href="{{ post.url }}">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-book-fill mr-2" viewBox="0 0 16 16">
<path d="M8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783"/>