diff options
| author | David Chase <drchase@google.com> | 2023-12-26 15:43:08 -0500 |
|---|---|---|
| committer | David Chase <drchase@google.com> | 2023-12-26 21:34:51 +0000 |
| commit | 249c6aeddfb3f505c11ee701ca7590f8d3e928af (patch) | |
| tree | 291103986464b5adecd6090d50e803d05d00457f /_content/site.tmpl | |
| parent | b52edba3f82120d0f819beafbfda191a0a747241 (diff) | |
| download | go-x-website-249c6aeddfb3f505c11ee701ca7590f8d3e928af.tar.xz | |
_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 <joedian@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: David Chase <drchase@google.com>
Diffstat (limited to '_content/site.tmpl')
| -rw-r--r-- | _content/site.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_content/site.tmpl b/_content/site.tmpl index 43f01495..5fb34524 100644 --- a/_content/site.tmpl +++ b/_content/site.tmpl @@ -18,6 +18,7 @@ <link rel="icon" href="/images/favicon-gopher.png" sizes="any"> <link rel="apple-touch-icon" href="/images/favicon-gopher-plain.png"/> <link rel="icon" href="/images/favicon-gopher.svg" type="image/svg+xml"> +<link rel="me" href="https://hachyderm.io/@golang"> {{if strings.HasPrefix .URL "/blog/"}} <link rel="alternate" title="The Go Blog" type="application/atom+xml" href="/blog/feed.atom"> {{end}} |
