forked from MarseyWorld/MarseyWorld
fix
parent
c88c6e28a9
commit
8a66253913
|
@ -15,7 +15,7 @@
|
||||||
</h1>
|
</h1>
|
||||||
{% if thing %}
|
{% if thing %}
|
||||||
<a href="{{thing.permalink}}" class="flex items-center text-xs text-gray-500 hover:text-gray-700 leading-normal">
|
<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 mr-1"></i>
|
<i class="fas fa-arrow-alt-left fa-sm fa-fw mr-2"></i>
|
||||||
Back to post
|
Back to post
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in New Issue