forked from MarseyWorld/MarseyWorld
fix
parent
c73e58bf7e
commit
5ab70e5dcc
|
@ -14,8 +14,8 @@
|
|||
Votes
|
||||
</h1>
|
||||
{% if thing %}
|
||||
<a href="{{thing.permalink}}" class="block text-xs text-gray-500 hover:text-gray-700 leading-normal">
|
||||
<i class="fas fa-arrow-left fa-sm fa-fw"></i>
|
||||
<a href="{{thing.permalink}}" class="flex items-center text-xs text-gray-500 hover:text-gray-700 leading-normal">
|
||||
<i class="fas fa-arrow-alt-left fa-sm fa-fw"></i>
|
||||
Back to post
|
||||
</a>
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in New Issue