Update Mastodon verification
This commit is contained in:
parent
c45eca66d8
commit
a492e88afc
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue