Open niccokunzmann opened 7 months ago
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!
It works when I change the link of the English documentation:
- locale: en name: English default: true + link: /en/
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!