diff options
author | Andrew Gerrand <adg@golang.org> | 2013-09-19 15:20:22 +1000 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2013-09-19 15:20:22 +1000 |
commit | e0d1e2fc72f2407d54a88bbb037f76b0bedd83bb (patch) | |
tree | ddd0dc1a7eebc96a038f1e2765c6d070290abed8 /template/article.tmpl | |
parent | 271841ab79d5163e1520e5b8eee5cf170bfe4aab (diff) |
go.blog: add heading, fix menu link, tweak styles
R=r
CC=golang-dev
https://golang.org/cl/13458046
Diffstat (limited to 'template/article.tmpl')
-rw-r--r-- | template/article.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/article.tmpl b/template/article.tmpl index fae2333..2bb3b7b 100644 --- a/template/article.tmpl +++ b/template/article.tmpl @@ -4,7 +4,7 @@ {{define "content"}} {{template "doc" .Doc}} {{with .Doc.Related}} - <h1>Related articles</h1> + <h2>Related articles</h2> <ul> {{range .}} <li><a href="{{.Path}}">{{.Title}}</a></li> |