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
When running Hugo with relative URLs, as is the case when a developer
runs `hugo` in a regular checkout of this repository, there is no
`https://` prefix, and therefore the current logic failed.
Fix this logic, and while at it, simplify the preceding code a bit.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments