Add Mastodon verification
This commit is contained in:
parent
f970867d66
commit
201bd68cc6
2 changed files with 2 additions and 1 deletions
|
@ -23,5 +23,6 @@
|
||||||
{{ partial "links.html" . }}
|
{{ partial "links.html" . }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<a rel="me" href="{{ .Site.Author.url.social }}"></a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<a class="button" href="{{ .Site.Author.url.blog }}">Blog</a>
|
<a class="button" href="{{ .Site.Author.url.blog }}">Blog</a>
|
||||||
<a class="button" href="{{ .Site.Author.url.social }}">Media Sosial</a>
|
<a class="button" href="{{ .Site.Author.url.social }}">Media Sosial</a>
|
||||||
<a class="button" href="{{ .Site.Author.url.git }}" >Repositori Git</a>
|
<a class="button" href="{{ .Site.Author.url.git }}">Repositori Git</a>
|
||||||
|
|
Loading…
Reference in a new issue