This commit is contained in:
2025-07-17 05:54:02 +09:00
parent 315d511f41
commit 37ff5cbb09
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ export default () => {
<title>
{tags.length
? `${ tags.join (anyFlg ? ' or ' : ' and ') } | ${ SITE_TITLE }`
: `${ SITE_TITLE } 〜 ぼざクリ関聯綜合リンク集サイト`}
: `${ SITE_TITLE } 〜 ぼざクリーチャーシリーズ綜合リンク集サイト`}
</title>
</Helmet>
<TagSidebar posts={posts.slice (0, 20)} />