Update Mastodon verification

This commit is contained in:
M.R. Firmansyah 2024-10-01 17:46:48 +07:00
parent c45eca66d8
commit a492e88afc

View file

@ -10,6 +10,7 @@
<title>{{ .Site.Title }}</title>
</head>
<body>
<a rel="me" href="{{ .Site.Author.url.social }}"></a>
<div class="home">
<header>
<h1>{{ .Site.Author.name }}</h1>
@ -23,6 +24,5 @@
{{ partial "links.html" . }}
</div>
</div>
<a rel="me" href="{{ .Site.Author.url.social }}">Mastodon</a>
</body>
</html>