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

This commit is contained in:
Anda Toshiki 2024-05-09 18:31:09 -07:00
parent 2aceaff73c
commit 5b1b9aa85c

View File

@ -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: [