updated reference to dict

This commit is contained in:
Nuno Coração 2022-11-18 22:30:21 +00:00
parent 460c0b76e3
commit fc81fa2130

View file

@ -44,8 +44,9 @@
<div class="mt-10 flex justify-center"> <div class="mt-10 flex justify-center">
<a href="{{ $showMoreLinkDest }}"> <a href="{{ $showMoreLinkDest }}">
<button <button
class="bg-transparent hover:text-primary-500 prose dark:prose-invert font-semibold hover:text-white py-2 px-4 border border-primary-500 hover:border-transparent rounded">Show class="bg-transparent hover:text-primary-500 prose dark:prose-invert font-semibold hover:text-white py-2 px-4 border border-primary-500 hover:border-transparent rounded">
More</button> {{ i18n "recent.show_more" | markdownify | emojify }}
</button>
</a> </a>
</div> </div>
{{ end }} {{ end }}