fix
parent
1c79da29ff
commit
6effdd5c88
|
@ -35,16 +35,11 @@
|
|||
<div class="col-span-full md:col-span-1">
|
||||
<label class="label">Author</label>
|
||||
<div class="flex items-center">
|
||||
<img loading="lazy" src="{{thing.author.profile_url}}" class="flex-shrink-0 p-[3px] border w-12 h-12 object-cover bg-white border-gray-300" alt="{{thing.author.profile_url}} avatar"/>
|
||||
<a href="{{thing.author.url}}">
|
||||
@{{thing.author.username}}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-span-full md:col-span-1">
|
||||
<label class="label">Posted on</label>
|
||||
{{thing.author.created_utc}} ({{thing.author.created_datetime}})
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2 class="text-2xl font-heading font-bold">
|
||||
|
|
Loading…
Reference in New Issue