func PageCanonical(p *post.Post) string { return "/" + p.Slug() }
func PostCanonical(p *post.Post) string { return fmt.Sprintf("/%s/%s", p.PublishedOn.Format("2006/01/02"), p.Slug()) }