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 Oct 7, 2024. It is now read-only.
I don't see any reason what would be bad to follow the default Jekyll behaviour (with a current Jekyll version, see PR) and use absolute URLs everywhere.
The advantage is, we could get rid of all those {% include relative-baseurl.html %} includes that are cluttered all over the place.
If the absolute-url-idea is a problem, we could at least check if the include in _layouts/basic.html is not enough for all the other pages. IMO a variable only needs to be assigned once, not in every single file.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I don't see any reason what would be bad to follow the default Jekyll behaviour (with a current Jekyll version, see PR) and use absolute URLs everywhere.
The advantage is, we could get rid of all those
{% include relative-baseurl.html %}
includes that are cluttered all over the place.If the absolute-url-idea is a problem, we could at least check if the include in _layouts/basic.html is not enough for all the other pages. IMO a variable only needs to be assigned once, not in every single file.
The text was updated successfully, but these errors were encountered: