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
Jekyll has a variable for printing the current version number.
For example, with Jekyll version 4.3.3, {{ jekyll.version }} will print 4.3.3.
{{ jekyll.version }}
4.3.3
I use this in an existing Jekyll site to set the generator metadata name.
<meta name="generator" content="Jekyll 4.3.3" />
This can be useful when debugging to be certain that a page was generated with a specific version of the software.
I would like to request a similar variable for Zola.
The text was updated successfully, but these errors were encountered:
I think it could be added
Sorry, something went wrong.
No branches or pull requests
Jekyll has a variable for printing the current version number.
For example, with Jekyll version 4.3.3,
{{ jekyll.version }}
will print4.3.3
.I use this in an existing Jekyll site to set the generator metadata name.
This can be useful when debugging to be certain that a page was generated with a specific version of the software.
I would like to request a similar variable for Zola.
The text was updated successfully, but these errors were encountered: