forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-18 15:20:56 +02:00
parent 6463c7ec99
commit 0f2403b358
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<h1>Info</h1>
<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_datetime}})</p>
<p><b>Author Created At:</b> {{thing.author.created_datetime}}</p>
<p><b>Upvotes: </b>{{ups | length}}</p>
<p><b>Downvotes: </b>{{downs | length}}</p>