diff options
| author | Sean Liao <seankhliao@gmail.com> | 2021-11-16 15:31:51 +0100 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2021-11-23 15:10:13 +0000 |
| commit | 12d9285809fb1507c0405a25c6025f02521c7216 (patch) | |
| tree | bf0e29114f947882f4fa1eae807c07b582681e22 /_content/site.tmpl | |
| parent | ad69553815fca404382492c80f387eec7597cfd9 (diff) | |
| download | go-x-website-12d9285809fb1507c0405a25c6025f02521c7216.tar.xz | |
_content: link to atom feed
Fixes golang/go#47795
Change-Id: I6a4561c8e49a9c799f34347e166cc4813f59c2fc
Reviewed-on: https://go-review.googlesource.com/c/website/+/364276
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Website-Publish: Russ Cox <rsc@golang.org>
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 cb2407bd..24f2753c 100644 --- a/_content/site.tmpl +++ b/_content/site.tmpl @@ -18,6 +18,7 @@ <link rel="stylesheet" href="/css/styles.css"> {{if strings.HasPrefix .URL "/blog/"}} <link rel="stylesheet" href="/css/blogfonts.css"> +<link rel="alternate" title="The Go Blog" type="application/atom+xml" href="/blog/feed.atom"> {{end}} <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
