From e0d1e2fc72f2407d54a88bbb037f76b0bedd83bb Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 19 Sep 2013 15:20:22 +1000 Subject: go.blog: add heading, fix menu link, tweak styles R=r CC=golang-dev https://golang.org/cl/13458046 --- template/root.tmpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'template/root.tmpl') diff --git a/template/root.tmpl b/template/root.tmpl index c30f6a4..53ccdba 100644 --- a/template/root.tmpl +++ b/template/root.tmpl @@ -41,6 +41,9 @@ #content .iframe, #content .image { margin: 20px; } + #content .title { + margin: 20px 0; + } @@ -53,7 +56,7 @@ Packages The Project Help -Blog +Blog
The Go Programming Language
@@ -111,6 +114,7 @@
+

The Go Blog

{{template "content" .}}
@@ -168,7 +172,7 @@ $(function() { {{define "doc"}}
-

{{.Title}}

+

{{.Title}}

{{.Time.Format "2 January 2006"}}

{{.HTML}} {{with .Authors}} -- cgit v1.2.3