This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_partials/pages/blog/read-more.html.twig
2018-09-04 21:07:01 +01:00

7 lines
265 B
Twig

<a
href="{{ post.url }}"
class="inline-block bg-blue hover:bg-blue-dark focus:bg-blue-dark px-4 py-3 rounded no-underline hover:underline focus:underline text-white">
Read more
<span class="visuallyhidden">about {{ post.title }}</span>
</a>