Skip to content

Commit 3112593

Browse files
committed
chore: clean up clutter in ls postg
1 parent 9cdf202 commit 3112593

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

aigc/app.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,7 @@ function createPostCard(post) {
112112
<a href="${post.link}">${post.title}</a>
113113
</h2>
114114
<p class="text-gray-300 mb-4 pl-2 border-l-2 border-gray-700">${post.excerpt}</p>
115-
<div class="flex justify-between items-center">
116-
<a href="${post.link}" class="text-[#00ccff] inline-flex items-center hover:underline group">
117-
Read More <span class="ml-1 group-hover:ml-2 transition-all">→</span>
118-
</a>
115+
<div class="text-right">
119116
<span class="text-gray-500 text-xs">~/${post.link.replace('./', '')}</span>
120117
</div>
121118
</article>

0 commit comments

Comments
 (0)