Skip to content

Commit 249c6ae

Browse files
committed
_content: add (silent) Mastodon verification link to template
This is the least-complication by-the-book way of making our account verify to Mastodon (Hachyderm.io). Change-Id: I863dd4e327b50a7604de288349836216ac0ae7bc Reviewed-on: https://go-review.googlesource.com/c/website/+/552815 Reviewed-by: Joedian Reid <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: David Chase <[email protected]>
1 parent b52edba commit 249c6ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_content/site.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<link rel="icon" href="/images/favicon-gopher.png" sizes="any">
1919
<link rel="apple-touch-icon" href="/images/favicon-gopher-plain.png"/>
2020
<link rel="icon" href="/images/favicon-gopher.svg" type="image/svg+xml">
21+
<link rel="me" href="https://hachyderm.io/@golang">
2122
{{if strings.HasPrefix .URL "/blog/"}}
2223
<link rel="alternate" title="The Go Blog" type="application/atom+xml" href="/blog/feed.atom">
2324
{{end}}

0 commit comments

Comments
 (0)