remotes/1693045480750635534/spooky-22
kek7198 2021-12-07 18:33:53 -06:00
parent 6effdd5c88
commit fdc50a51a5
1 changed files with 10 additions and 0 deletions

View File

@ -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>