forked from MarseyWorld/MarseyWorld
fix
parent
6effdd5c88
commit
fdc50a51a5
|
@ -35,13 +35,23 @@
|
|||
<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">
|
||||
test
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p><a href="{{thing.permalink}}">{{thing.permalink}}</a></p>
|
||||
<p><b>Author:</b> <a href="{{thing.author.url}}">@{{thing.author.username}}</a></p>
|
||||
<p><b>Author Created At:</b> {{thing.author.created_utc}} ({{thing.author.created_datetime}})</p>
|
||||
<p><b>Upvotes: </b>{{ups | length}}</p>
|
||||
<p><b>Downvotes: </b>{{downs | length}}</p>
|
||||
|
||||
<h2 class="text-2xl font-heading font-bold">
|
||||
Upvotes - {{ups | length}
|
||||
</h2>
|
||||
|
|
Loading…
Reference in New Issue