mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 09:44:15 +00:00
convert blogs link text to "Read More"
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user