You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue is about the documentation content or website
Type of issue
Other
Description
By default Hugo will inject <meta name=generator content="Hugo 0.141.0"> or whatever version you use in the <head> of your home page.
I also use Hugo on my site and only recently discovered this.
It's not necessarily a problem but it's something to be aware of since it leaks implementation details of how the docs are generated. I know the docs are open source so it doesn't matter in this case.
Uh oh!
There was an error while loading. Please reload this page.
Is this a docs issue?
Type of issue
Other
Description
By default Hugo will inject
<meta name=generator content="Hugo 0.141.0">
or whatever version you use in the<head>
of your home page.I also use Hugo on my site and only recently discovered this.
It's not necessarily a problem but it's something to be aware of since it leaks implementation details of how the docs are generated. I know the docs are open source so it doesn't matter in this case.
Location
https://docs.docker.com/
Suggestion
It's up to you on whether or not you want to remove it.
In Hugo's config file you can add
disableHugoGeneratorInject: true
to prevent it from being injected.The text was updated successfully, but these errors were encountered: