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
Submodules like https://github.com/fluent/fluent-plugin-hoop/blob/master/.gitmodules lead to a git://... FileURLTemplate in the indices, which I suspect trips up the webserver's template rendering:
git://...
It tries to render that into an a href's .URL, but some magic go template validation catches that and replaces all urls on the site with weird zgotmplz refs (see https://stackoverflow.com/questions/14765395/why-am-i-seeing-zgotmplz-in-my-go-html-template-output).
a href
.URL
zgotmplz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Submodules like https://github.com/fluent/fluent-plugin-hoop/blob/master/.gitmodules lead to a
git://...
FileURLTemplate in the indices, which I suspect trips up the webserver's template rendering:It tries to render that into an
a href
's.URL
, but some magic go template validation catches that and replaces all urls on the site with weirdzgotmplz
refs (see https://stackoverflow.com/questions/14765395/why-am-i-seeing-zgotmplz-in-my-go-html-template-output).The text was updated successfully, but these errors were encountered: