Hide mastodon verification link
This commit is contained in:
parent
e33284c856
commit
b80cb0bf37
2 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
Loading…
Reference in a new issue