Enable aliases from .xhtml paths
authorHugo Duncan <hugo@hugoduncan.org>
Fri, 16 Aug 2013 04:29:46 +0000 (00:29 -0400)
committerHugo Duncan <hugo@hugoduncan.org>
Fri, 16 Aug 2013 04:29:46 +0000 (00:29 -0400)
commit23a98ad05cff0c284cf86f9716e202e7c94f4de9
treea855ee8d38d2b2027f92e8472923b99e75ae203a
parent3c3fc45d3c34a7dcd1a0e9fd2636e7a5c5933e03
Enable aliases from .xhtml paths

When redirecting an alias from a .xhtml path, served with default content type,
a redirect only works if the html element has a xmlns attribute.  This adds the
attribute when the alias path ends in .xhtml
hugolib/site.go