Add hidden link to mastodon profile
This commit is contained in:
parent
866e1ec373
commit
2b08c90749
2 changed files with 7 additions and 0 deletions
|
@ -13,3 +13,9 @@ Contact information:
|
|||
- [Email](mailto:contact@faercol.me)
|
||||
|
||||
Btw, I use Arch
|
||||
|
||||
|
||||
<!-- This code block should be invisible and is only here for Mastodon verification purposes -->
|
||||
{{< unsafe >}}
|
||||
<a rel="me" href="https://mastodon.social/@faercol" style="display:none">Mastodon</a>
|
||||
{{< /unsafe >}}
|
||||
|
|
1
layouts/shortcodes/unsafe.html
Normal file
1
layouts/shortcodes/unsafe.html
Normal file
|
@ -0,0 +1 @@
|
|||
{{ .Inner }}
|
Loading…
Reference in a new issue