We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbce2f0 commit 1b09cb6Copy full SHA for 1b09cb6
material/templates/partials/actions.html
@@ -3,7 +3,7 @@
3
-#}
4
{% if page.edit_url %}
5
{% if "content.action.edit" in features %}
6
- <a href="{{ page.edit_url }}" title="{{ lang.t('action.edit') }}" class="md-content__button md-icon">
+ <a href="{{ page.edit_url }}" title="{{ lang.t('action.edit') }}" class="md-content__button md-icon" rel="edit">
7
{% set icon = config.theme.icon.edit or "material/file-edit-outline" %}
8
{% include ".icons/" ~ icon ~ ".svg" %}
9
</a>
0 commit comments