From 438cb399c8c96afa80a920a1e4feb17e40316b70 Mon Sep 17 00:00:00 2001
From: Cory Dransfeldt <coryd@hey.com>
Date: Fri, 3 May 2024 22:13:12 -0700
Subject: [PATCH] fix: consistency

---
 src/tag-list.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/tag-list.html b/src/tag-list.html
index ad7a6a90..be5829fc 100644
--- a/src/tag-list.html
+++ b/src/tag-list.html
@@ -32,6 +32,5 @@ eleventyComputed:
   {% else %}
   <p class="p-summary">{{ post.data.description | markdown }}</p>
   {% endif %}
-  <p><a href="{{ post.url }}">Read more →</a></p>
 </article>
 {% endfor %}
\ No newline at end of file