Skip to content
New issue

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

Add workaround for GitHub Pages incompatibility #316

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update README.md
nisbet-hubbard authored Aug 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 0bcce9a973e2e81d1c29cbabf27be3cbdb6ad4ab
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ When building a site that uses the GitHub Pages gem, follow the instructions abo
## `<lastmod>` tag
The `<lastmod>` tag in the `sitemap.xml` will reflect by priority:

1. The modified date of the file as reported by the filesystem if you have `jekyll-last-modified-at` plugin installed (not compatible with GitHub Pages auto building)
1. The modified date of the file as reported by the filesystem if you have `jekyll-last-modified-at` plugin installed (not compatible with GitHub Pages auto building: see [workaround](https://github.com/github/pages-gem/issues/838#issuecomment-2275754522))
2. A personalised date if you add the variable `last_modified_at:` with a date in the Front Matter
3. The creation date of your post (corresponding to the `post.date` variable)