From 8e04e90b40139a306b552e237ff2dcd15453ae31 Mon Sep 17 00:00:00 2001 From: Andrew Bonventre Date: Mon, 12 Aug 2019 12:16:18 -0400 Subject: template: update root.html to have a sticky footer This uses the Site* classes defined in the x/website styles to ensure the footer is always at the bottom of the page regardless of the content height. Change-Id: I476ebbb072890019621497bfa5d046b8fa3e9834 Reviewed-on: https://go-review.googlesource.com/c/blog/+/189937 Reviewed-by: Alexander Rakoczy --- template/root.tmpl | 208 ++++++++++++++++++++++++++--------------------------- 1 file changed, 104 insertions(+), 104 deletions(-) diff --git a/template/root.tmpl b/template/root.tmpl index c31fb2d..3257a27 100644 --- a/template/root.tmpl +++ b/template/root.tmpl @@ -80,123 +80,123 @@ font-family: 'Go Mono', monospace; } -
- -
+ +
+ +
-
-
- -
-

The Go Blog

- {{template "content" .}} -
+
+

The Go Blog

+ {{template "content" .}} +
-
-
+ + - + - - - - - + + + + - + initPlayground(new HTTPTransport()); + }); + {{end}} {{define "doc"}} -- cgit v1.2.3