diff options
| author | Shulhan <ms@kilabit.info> | 2023-05-28 02:48:57 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-05-28 02:48:57 +0700 |
| commit | cbae0b45eea4d4531e9bf00895736d4657190043 (patch) | |
| tree | ce58327cf3de1421e83b79654c41a8155ed0b7ed /_content/template.gohtml | |
| parent | fe3ff23fb7507586cdc50b0021a08c56203fecdd (diff) | |
| download | kilabit.info-cbae0b45eea4d4531e9bf00895736d4657190043.tar.xz | |
_content: add link to Mastodon for verification
Diffstat (limited to '_content/template.gohtml')
| -rw-r--r-- | _content/template.gohtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_content/template.gohtml b/_content/template.gohtml index 1fd143e..a3b19ac 100644 --- a/_content/template.gohtml +++ b/_content/template.gohtml @@ -23,8 +23,9 @@ <div class="topbar-right"> <a href="https://build.kilabit.info" target="_blank"> Build </a> | - <a href="https://sr.ht/~shulhan" target="_blank"> sr.ht </a> | <a href="https://github.com/shuLhan" target="_blank"> GitHub </a> | + <a rel="me" href="https://fosstodon.org/@shuLhan">Mastodon</a> | + <a href="https://sr.ht/~shulhan" target="_blank"> sr.ht </a> | <a href="https://twitter.com/_shuLhan" target="_blank"> Twitter </a> </div> </div> |
