convert blogs link text to "Read More"

This commit is contained in:
M Sarmad Qadeer
2022-08-19 17:02:53 +05:00
parent 585b17db99
commit 6a8063ad56
+1 -1
View File
@@ -19,7 +19,7 @@
<article class="bg-white my-3 py-8 px-6 sm:px-8 md:px-12 lg:px-16 rounded-lg hover:shadow-md ">
<h1 class="text-xl font-medium">{{ blog.data.title }}</h1>
<p class="text-sm">{{ blog.data.date.toUTCString().split(' ').slice(0, 4).join(' ') }}</p>
<a class="inline-block mt-5 hover:underline" href="{{ blog.url }}">{{ blog.data.title }}</a>
<a class="inline-block mt-5 hover:underline" href="{{ blog.url }}">Read More</a>
<br>
</article>
{% endfor %}