Skip to content

Commit dbce2f0

Browse files
authored
Added rel=edit to edit button link (#8217)
* Update actions.html * move from view to edit link
1 parent 2e9bd81 commit dbce2f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/templates/partials/actions.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
href="{{ page.edit_url }}"
3030
title="{{ lang.t('action.edit') }}"
3131
class="md-content__button md-icon"
32+
rel="edit"
3233
>
3334
{% set icon = config.theme.icon.edit or "material/file-edit-outline" %}
3435
{% include ".icons/" ~ icon ~ ".svg" %}

0 commit comments

Comments
 (0)