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
Is your feature request related to a problem? Please describe. Add a feature to identify that a page is build using eleventy.
Describe the solution you'd like Add a <meta name="generator" content="eleventy"> to all the build pages. generator meta is a HTML5 standard https://html.spec.whatwg.org/multipage/semantics.html#standard-metadata-names
<meta name="generator" content="eleventy">
Describe alternatives you've considered _
Additional context Almost all static site generator like Hugo, Jekyll, hexo, and other tools like WordPress support it.
If this is something eleventy plan to include, I can work on a pull request for change.
The text was updated successfully, but these errors were encountered:
There is already an issue for this: #1217
Sorry, something went wrong.
Closing this one then.
@akmittal I'd welcome if you would open a new issue over at my repo. Currently quite busy, but I'd have everything I need once I can pick it up again.
Cross posting the solution for this shipping soon #2293 (comment)
No branches or pull requests
Is your feature request related to a problem? Please describe.
Add a feature to identify that a page is build using eleventy.
Describe the solution you'd like
Add a
<meta name="generator" content="eleventy">to all the build pages. generator meta is a HTML5 standard https://html.spec.whatwg.org/multipage/semantics.html#standard-metadata-namesDescribe alternatives you've considered
_
Additional context
Almost all static site generator like Hugo, Jekyll, hexo, and other tools like WordPress support it.
If this is something eleventy plan to include, I can work on a pull request for change.
The text was updated successfully, but these errors were encountered: