forked from MarseyWorld/MarseyWorld
fix
parent
337fa286f6
commit
24353c7235
|
@ -8,7 +8,7 @@
|
||||||
<h1 class="font-bold text-xl font-heading leading-normal">
|
<h1 class="font-bold text-xl font-heading leading-normal">
|
||||||
Home
|
Home
|
||||||
</h1>
|
</h1>
|
||||||
<small class="block mt-1 text-gray-400">
|
<small class="block text-gray-400">
|
||||||
<span class="capitalize font-bold">{{ sort }}</span>
|
<span class="capitalize font-bold">{{ sort }}</span>
|
||||||
posts {{ 'from all time' if t=='all' else 'in the last' }}
|
posts {{ 'from all time' if t=='all' else 'in the last' }}
|
||||||
{% if t != 'all' %}<span class="font-bold">{{ t }}{% endif %}
|
{% if t != 'all' %}<span class="font-bold">{{ t }}{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue