From 5b1b9aa85c63e2c509709b7a95f01e4b88c31f2f Mon Sep 17 00:00:00 2001 From: Anda Toshiki <101481353+andatoshiki@users.noreply.github.com> Date: Thu, 9 May 2024 18:31:09 -0700 Subject: [PATCH] chore(mstodon): add `a` link tag for mastodon profile website verification & fix missing title for open search parameters & manually lint & format code for stylesheets linking of katex --- config/head.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/config/head.ts b/config/head.ts index b17a8be..999bf3e 100755 --- a/config/head.ts +++ b/config/head.ts @@ -87,10 +87,18 @@ const Head: NuxtOptionsHead = { { rel: 'search', type: 'application/opensearchdescription+xml', - title: "'s Blog", + title: "Toshiki's Blog", href: 'https://toshiki.dev/opensearch.xml' }, - { rel: 'stylesheet', href: 'https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css' } + { + rel: 'stylesheet', + href: 'https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css' }, + // mastodon profile website verification indicator a tag + { + rel: 'me', + href: 'https://mastodon.social/@andatoshiki', + title: 'Mastodon' + } ], script: [