Replaced ligatures with Unicode code points

This commit is contained in:
squidfunk
2017-08-29 22:23:30 +07:00
committed by Martin Donath
parent 53a4221b53
commit 19feb7a67d
17 changed files with 64 additions and 193 deletions

View File

@@ -228,7 +228,7 @@
{% if config.edit_uri %}
<a href="{{ page.edit_url }}"
title="{{ lang.t('edit.link.title') }}"
class="md-icon md-content__icon">edit</a>
class="md-icon md-content__icon">&#xE3C9;<!-- edit --></a>
{% endif %}
<!--