File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ import (
3030)
3131
3232const (
33- alias = "<!DOCTYPE html><html><head><title>{{ .Permalink }}</title><link rel=\" canonical\" href=\" {{ .Permalink }}\" /><meta http-equiv=\" content-type\" content=\" text/html; charset=utf-8\" /><meta http-equiv=\" refresh\" content=\" 0; url={{ .Permalink }}\" /></head></html>"
34- aliasXHtml = "<!DOCTYPE html><html xmlns=\" http://www.w3.org/1999/xhtml\" ><head><title>{{ .Permalink }}</title><link rel=\" canonical\" href=\" {{ .Permalink }}\" /><meta http-equiv=\" content-type\" content=\" text/html; charset=utf-8\" /><meta http-equiv=\" refresh\" content=\" 0; url={{ .Permalink }}\" /></head></html>"
33+ alias = "<!DOCTYPE html><html><head><title>{{ .Permalink }}</title><link rel=\" canonical\" href=\" {{ .Permalink }}\" /><meta name= \" robots \" content= \" noindex \" ><meta http-equiv=\" content-type\" content=\" text/html; charset=utf-8\" /><meta http-equiv=\" refresh\" content=\" 0; url={{ .Permalink }}\" /></head></html>"
34+ aliasXHtml = "<!DOCTYPE html><html xmlns=\" http://www.w3.org/1999/xhtml\" ><head><title>{{ .Permalink }}</title><link rel=\" canonical\" href=\" {{ .Permalink }}\" /><meta name= \" robots \" content= \" noindex \" ><meta http-equiv=\" content-type\" content=\" text/html; charset=utf-8\" /><meta http-equiv=\" refresh\" content=\" 0; url={{ .Permalink }}\" /></head></html>"
3535)
3636
3737var defaultAliasTemplates * template.Template
You can’t perform that action at this time.
0 commit comments