Fix invalid, unnecessary XHTML vestiges in root element #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-xhtml-root"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If
xml:langis kept,langmust also be used and they must beexactly the same. This was failing validation out of the box.
The
xmlnsandxml:langare no longer needed for HTML5:Finally, Hugo has a
languageCodeconfig setting, let's use it.