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
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
Are you sure you are not accidently modifying it at the place you are deploying it by using this {{ page.last_modified_at | date: '%d-%b-%y' }}. For an example as considering, This last-modified-at: date-format: '%d-%d-%d' In the _config.yml is for the default if non is specified.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am on jekyll 3.4.0
If I include the following in my _config.yml
last-modified-at:
date-format: '%d-%d-%d'
There is no update when I choose
{% last_modified_at %}
in my page layout. Why? It still shows as %d-%b-%y anyhow? How to fix this please?The text was updated successfully, but these errors were encountered: