diff options
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> |