We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go templates as used by Hugo don't beautify as expected.
This
<!DOCTYPE html> <html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}"> <head> {{ partial "head.html" . }} </head> <body id="page-top" class="index"> {{ partial "nav.html" . }} {{ partial "header.html" . }} {{ partial "portfolio-grid.html" . }} {{ partial "about.html" . }} {{ partial "contact.html" . }} {{ partial "footer.html" . }} {{ partial "modals.html" . }} {{ partial "js.html" . }} </body> </html>
becomes this
The text was updated successfully, but these errors were encountered:
Any news on this one?
Sorry, something went wrong.
No, sorry. There are a number of higher priority features and bugs, and not enough contributors to get to this.
This has been handled by newline preservation.
No branches or pull requests
Go templates as used by Hugo don't beautify as expected.
This
becomes this
The text was updated successfully, but these errors were encountered: