-
Notifications
You must be signed in to change notification settings - Fork 10
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
page_url is not always correct #86
Comments
The missing |
please also add a test for this |
the problem is that page_url is supposed to point at the page it is used on. Changing that behaviour would be an API change (That behaviour is actually used in code). We could implement another method to give the expected information and update behaviours in our next mayor patch. |
Since the method is only used inside the jekyll-rdf code it is no API change. The difference between |
Since #101 it is now:
even though both pages are under the base url |
graph:
template
actual:
expected:
The text was updated successfully, but these errors were encountered: