We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cdf202 commit 3112593Copy full SHA for 3112593
aigc/app.js
@@ -112,10 +112,7 @@ function createPostCard(post) {
112
<a href="${post.link}">${post.title}</a>
113
</h2>
114
<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>
+ <div class="text-right">
119
<span class="text-gray-500 text-xs">~/${post.link.replace('./', '')}</span>
120
</div>
121
</article>
0 commit comments