Skip to content

Commit 1b09cb6

Browse files
committed
Added distribution files
1 parent dbce2f0 commit 1b09cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

material/templates/partials/actions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-#}
44
{% if page.edit_url %}
55
{% if "content.action.edit" in features %}
6-
<a href="{{ page.edit_url }}" title="{{ lang.t('action.edit') }}" class="md-content__button md-icon">
6+
<a href="{{ page.edit_url }}" title="{{ lang.t('action.edit') }}" class="md-content__button md-icon" rel="edit">
77
{% set icon = config.theme.icon.edit or "material/file-edit-outline" %}
88
{% include ".icons/" ~ icon ~ ".svg" %}
99
</a>

0 commit comments

Comments
 (0)