We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I embed the pictures as img tags, sometimes, they do not show up if they are external. I have the privacy plugin activated.
img
I wonder: The url at the top does not have /en/ in it. Maybe, that is a problem?
/en/
<img alt="Logo NLnet: abstract logo of four people seen from above" src="../../https:/nlnet.nl/logo/banner.svg" height="50px">
<img alt="Logo NLnet: abstract logo of four people seen from above" src="../../../assets/external/nlnet.nl/logo/banner.svg" height="50px">
Reproduce: repo: https://github.com/niccokunzmann/open-web-calendar/ commit: bc18c79 build command:
pip install tox tox -e docs -- build
Thanks for your work!
The text was updated successfully, but these errors were encountered:
It works when I change the link of the English documentation:
- locale: en name: English default: true + link: /en/
Sorry, something went wrong.
No branches or pull requests
When I embed the pictures as
img
tags, sometimes, they do not show up if they are external.I have the privacy plugin activated.
I wonder: The url at the top does not have
/en/
in it. Maybe, that is a problem?Reproduce:
repo: https://github.com/niccokunzmann/open-web-calendar/
commit: bc18c79
build command:
Thanks for your work!
The text was updated successfully, but these errors were encountered: