mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-09-17 15:02:41 +02:00
Fix typos, change button icons to be sans-serif
This commit is contained in:
parent
8688b5b87f
commit
582749d5e7
4 changed files with 13 additions and 6 deletions
|
@ -5,7 +5,10 @@
|
|||
</div>
|
||||
<div>
|
||||
<!-- ︎ -- force text style - some devices render this as emoji -->
|
||||
<a class="read-more button" href="{{ page.permalink }}">Read more ↩︎</a>
|
||||
<a class="read-more button" href="{{ page.permalink }}">
|
||||
<span class="button__text">Read more</span>
|
||||
<span class="button__icon">↩︎</span>
|
||||
</a>
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="post-content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue