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
Ah the docs are wrong :(
Try {% set data = load_data(url="https://en.wikipedia.org/wiki/Commune_of_Paris") %}, path is only meant to be used for local files.
Bug Report
Environment
Windows, GH Actions
Zola version: 0.15.3 (appears to affect 14.1, haven't tested earlier)
Expected Behavior
This should request "https://en.wikipedia.org/wiki/Commune_of_Paris" (and deserialize it if it is a specific filetype)
Current Behavior
It appears the URL is always appended to the local path, e.g.
Step to reproduce
Use any load_data fn with an external URL
The text was updated successfully, but these errors were encountered: