From eabe115d9640db7f7fd7dfa9e78443d9cddbb5ee Mon Sep 17 00:00:00 2001 From: wackbyte Date: Tue, 2 Jan 2024 18:24:15 -0500 Subject: [PATCH] Use link rather than empty anchor for Mastodon link verification --- source/layouts/layout.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/layouts/layout.html.haml b/source/layouts/layout.html.haml index 08177d08..c568f128 100644 --- a/source/layouts/layout.html.haml +++ b/source/layouts/layout.html.haml @@ -29,6 +29,8 @@ %link{ rel: "shortcut icon", type: "image/x-icon", href: image_path("favicon.ico") } %link{ rel: 'canonical', href: path_to_url(current_page.url) } + %link{ rel: "me", href: "https://ruby.social/@olivierlacan" } + %title= current_page.data.title %link{ rel: "preconnect", href: "https://fonts.googleapis.com" } @@ -89,7 +91,6 @@ = link_to "Created & maintained", "https://github.com/olivierlacan/keep-a-changelog/" by = link_to "Olivier Lacan", "https://olivierlacan.com/" - = link_to "", "https://ruby.social/@olivierlacan", rel: "me", "aria-label" => "Link to Olivier Lacan's Mastodon account" \ // Designed by Tyler Fortune