Skip to content

Commit fe5e02c

Browse files
authored
Add rel=edit attribute to "Edit this page" link/icon (#880)
1 parent e663058 commit fe5e02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/furo/theme/furo/components/edit-this-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{%- macro furo_edit_button(url) -%}
55
<div class="edit-this-page">
6-
<a class="muted-link" href="{{ url }}" title="{{ _("Edit this page") }}">
6+
<a class="muted-link" href="{{ url }}" rel="edit" title="{{ _("Edit this page") }}">
77
<svg><use href="#svg-pencil"></use></svg>
88
<span class="visually-hidden">{{ _("Edit this page") }}</span>
99
</a>

0 commit comments

Comments
 (0)