Hide mastodon verification link

This commit is contained in:
天クマ 2026-07-01 19:24:44 -03:00
commit b80cb0bf37
2 changed files with 1 additions and 2 deletions

View file

@ -32,8 +32,6 @@
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:url" content="{{ page.url | url | absoluteUrl }}"> <meta property="og:url" content="{{ page.url | url | absoluteUrl }}">
<meta property="og:image" content="{{ ('/static/images/' ~ (background or 'bear.jpg')) | url | absoluteUrl }}"> <meta property="og:image" content="{{ ('/static/images/' ~ (background or 'bear.jpg')) | url | absoluteUrl }}">
<a rel="me" href="https://mstdn.social/@tenkuma">Mastodon</a>
</head> </head>
<body> <body>
<script> <script>

View file

@ -23,6 +23,7 @@
<a href="{{ ('/' ~ langKey ~ '/') | url }}">{{ i18n[langKey].home }}</a> <a href="{{ ('/' ~ langKey ~ '/') | url }}">{{ i18n[langKey].home }}</a>
<a href="{{ ('/' ~ langKey ~ '/blog/') | url }}">blog</a> <a href="{{ ('/' ~ langKey ~ '/blog/') | url }}">blog</a>
<a href="{{ ('/' ~ langKey ~ '/misc/') | url }}">misc</a> <a href="{{ ('/' ~ langKey ~ '/misc/') | url }}">misc</a>
<a rel="me" href="https://mstdn.social/@tenkuma" style="display: none;">Mastodon</a>
</ul> </ul>
</div> </div>
</header> </header>