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
This:
Last updated: <time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished"> {{ page.date | date: "%b %-d, %Y" }} </time>
Results in this error:
The page build failed with the following error:
The value 'nil' was passed to a date-related filter that expects valid dates in /_layouts/workshop.html or one of its layouts. For more information, see https://help.github.com/articles/page-build-failed-date-is-not-a-valid-datetime/.
/_layouts/workshop.html
For information on troubleshooting Jekyll see:
https://help.github.com/articles/troubleshooting-jekyll-builds
If you have any questions you can contact us by replying to this email.
The text was updated successfully, but these errors were encountered:
Proposed fix for #19, have to test on GH to make sure
4864e73
Helps if use the varible that was so carefully set... #19
518b036
Give up, try again after GH changes Jekyll versions or something, we'…
228492f
…re running 3.2.1 ourselves #19
No branches or pull requests
This:
Last updated: <time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished"> {{ page.date | date: "%b %-d, %Y" }} </time>
Results in this error:
The page build failed with the following error:
The value 'nil' was passed to a date-related filter that expects valid dates in
/_layouts/workshop.html
or one of its layouts. For more information, see https://help.github.com/articles/page-build-failed-date-is-not-a-valid-datetime/.For information on troubleshooting Jekyll see:
https://help.github.com/articles/troubleshooting-jekyll-builds
If you have any questions you can contact us by replying to this email.
The text was updated successfully, but these errors were encountered: