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
fix: Allow customization of revision link in footer
Introduce two new site variables for improved flexibility in rendering
the revision link:
- `github_repository`: Specifies the GitHub repository hosting the site sources (always set).
- `github_short_sha`: Optionally set to a predefined value; if not initialized, it defaults to the value retrieved using the `project_version` Jekyll plugin.
This ensures that the revision link in the footer correctly references the
intended repository and commit, even when `github_short_sha` is externally provided.
0 commit comments