diff options
author | Andrew Gerrand <adg@golang.org> | 2013-03-16 16:46:02 +1100 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2013-03-16 16:46:02 +1100 |
commit | 0d8935141e4b0301c126eb667b2f3f60a6a22448 (patch) | |
tree | 917a16b1047698499c4f4f2efd58632a7e716253 /template | |
parent | d459cf997f8fe76b6e4ba015d6ecf47a9a2662f3 (diff) |
go.blog: add Atom feed
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7844043
Diffstat (limited to 'template')
-rw-r--r-- | template/root.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/root.tmpl b/template/root.tmpl index 4348690..5b2f80e 100644 --- a/template/root.tmpl +++ b/template/root.tmpl @@ -4,9 +4,10 @@ <!DOCTYPE html> <html> <head> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>{{template "title" .}}</title> <link type="text/css" rel="stylesheet" href="/static/style.css"> + <link rel="alternate" type="application/atom+xml" title="blog.golang.org - Atom Feed" href="http://blog.golang.org/feed.atom" /> </head> <body> |