From ac26de205e93c104a62eb737128a75e9b6ee4a27 Mon Sep 17 00:00:00 2001 From: spf13 Date: Sat, 10 Aug 2013 15:41:10 +0100 Subject: [PATCH] Adding correct canonical link to alias pages --- hugolib/site.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugolib/site.go b/hugolib/site.go index 3d10caadc..a83da2384 100644 --- a/hugolib/site.go +++ b/hugolib/site.go @@ -174,7 +174,7 @@ func (s *Site) loadTemplates() { } func (s *Site) primeTemplates() { - alias := "\n \n \n \n \n \n \n " + alias := "\n \n \n \n \n \n \n " t := s.Tmpl.New("alias") template.Must(t.Parse(alias))