mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-01 02:08:46 -04:00
Replaced ligatures with Unicode code points
This commit is contained in:
@@ -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"><!-- edit --></a>
|
||||
{% endif %}
|
||||
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user