Add Mastodon verification

This commit is contained in:
M.R. Firmansyah 2024-10-01 17:32:10 +07:00
parent f970867d66
commit 201bd68cc6
2 changed files with 2 additions and 1 deletions

View file

@ -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>

View file

@ -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>