Attempt to fix iOS emoji problem

This commit is contained in:
Paweł Romanowski 2019-02-05 21:00:19 +00:00
parent a1cbba7796
commit 8688b5b87f

View file

@ -4,7 +4,8 @@
{{ page.summary | safe }} {{ page.summary | safe }}
</div> </div>
<div> <div>
<a class="read-more button" href="{{ page.permalink }}">Read more ↩</a> <!-- &#xFE0E; -- force text style - some devices render this as emoji -->
<a class="read-more button" href="{{ page.permalink }}">Read more &#8617;&#xFE0E;</a>
</div> </div>
{% else %} {% else %}
<div class="post-content"> <div class="post-content">