From dbce2f0b25c5027f1e2cea05491088f396285319 Mon Sep 17 00:00:00 2001 From: James <37276661+capjamesg@users.noreply.github.com> Date: Thu, 15 May 2025 17:20:21 +0100 Subject: [PATCH] Added `rel=edit` to edit button link (#8217) * Update actions.html * move from view to edit link --- src/templates/partials/actions.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/templates/partials/actions.html b/src/templates/partials/actions.html index 60afed6bc..5ac4afa84 100644 --- a/src/templates/partials/actions.html +++ b/src/templates/partials/actions.html @@ -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" %}