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>
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue