mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 01:06:27 +00:00
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:
parent
2aceaff73c
commit
5b1b9aa85c
@ -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: [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user