Browse Source

Attempt to fix iOS emoji problem

master
Paweł Romanowski 5 years ago
parent
commit
8688b5b87f
  1. 3
      templates/macros/post.html

3
templates/macros/post.html

@ -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">

Loading…
Cancel
Save