Skip to content

Commit e2894e1

Browse files
authored
Use link rather than empty anchor for Mastodon link verification (#595)
1 parent 965e695 commit e2894e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/layouts/layout.html.haml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
%link{ rel: "shortcut icon", type: "image/x-icon", href: image_path("favicon.ico") }
3131
%link{ rel: 'canonical', href: path_to_url(current_page.url) }
3232
33+
%link{ rel: "me", href: "https://ruby.social/@olivierlacan" }
34+
3335
%title= current_page.data.title
3436
3537
%link{ rel: "preconnect", href: "https://fonts.googleapis.com" }
@@ -90,7 +92,6 @@
9092
= link_to "Created & maintained", "https://github.com/olivierlacan/keep-a-changelog/"
9193
by
9294
= link_to "Olivier Lacan", "https://olivierlacan.com/"
93-
= link_to "", "https://ruby.social/@olivierlacan", rel: "me", "aria-label" => "Link to Olivier Lacan's Mastodon account"
9495
\ //
9596
Designed by Tyler Fortune
9697

0 commit comments

Comments
 (0)