1
0
Fork 0
mirror of https://github.com/tylernguyen/wiki.git synced 2025-02-05 00:23:13 -06:00

style: longer arrow in continue button

This commit is contained in:
Tyler Nguyen 2024-11-04 03:54:35 -06:00
parent baf690f532
commit c4f3490183
No known key found for this signature in database

View file

@ -75,7 +75,7 @@
{% if post.more %}
<nav class="md-post__action">
<a href="{{ post.url | url }}">
continue
continue ->
</a>
</nav>
{% endif %}