fix
parent
83a199a335
commit
31146f66bd
|
@ -28,11 +28,11 @@
|
|||
<div class="my-4 p-3 bg-gray-100 border border-gray-300 shadow-sm rounded">
|
||||
<div class="flex items-center space-x-2 mb-2">
|
||||
<img loading="lazy" src="{{thing.author.profile_url}}" class="flex-shrink-0 p-[3px] border w-8 h-8 object-cover bg-white border-gray-300" alt="{{thing.author.profile_url}} avatar"/>
|
||||
<a href="{{thing.author.url}}" class="block text-base font-bold text-black hover:text-red-600">
|
||||
<a href="{{thing.author.url}}" class="block text-base font-bold text-black hover:text-red-600 leading-normal">
|
||||
@{{thing.author.username}}
|
||||
</a>
|
||||
<span class="text-sm text-gray-500">
|
||||
{{thing.author.created_utc}}
|
||||
<span class="text-sm text-gray-500 leading-normal">
|
||||
{{thing.author.created_datetime}}
|
||||
</span>
|
||||
</div>
|
||||
<h5 class="font-heading mb-2">
|
||||
|
|
Loading…
Reference in New Issue