Added rel=edit to edit button link (#8217)

* Update actions.html

* move from view to edit link
This commit is contained in:
James
2025-05-15 17:20:21 +01:00
committed by GitHub
parent 2e9bd81018
commit dbce2f0b25

View File

@@ -29,6 +29,7 @@
href="{{ page.edit_url }}"
title="{{ lang.t('action.edit') }}"
class="md-content__button md-icon"
rel="edit"
>
{% set icon = config.theme.icon.edit or "material/file-edit-outline" %}
{% include ".icons/" ~ icon ~ ".svg" %}