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