all repos — homestead @ b8a2bb93e2b2cc9cc609053d02b9cdd7d64de0c3

Code for my website

add special case for handling go-get queries

Alan Pearce
commit

b8a2bb93e2b2cc9cc609053d02b9cdd7d64de0c3

parent

62c36b5b667ab10936f444e01e6f2c567c7c2126

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M templates/layout.gotemplates/layout.go
@@ -25,6 +25,7 @@ type PageSettings struct {
Title string TitleAttrs Attrs BodyAttrs Attrs + HeadExtra []g.Node } func ExtendAttrs(base Attrs, attrs Attrs) g.Node {
@@ -60,6 +61,7 @@ Type("application/atom+xml"),
Title(site.Title), Href("/atom.xml"), ), + g.Group(page.HeadExtra), ), Body( ExtendAttrs(page.BodyAttrs, nil),