Use absolute url for images
It works for en, but does not work for localized pages copied from en Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
09e1c38048
commit
aec7896ae3
1 changed files with 3 additions and 3 deletions
|
@ -57,12 +57,12 @@ Organic Maps app is free from trackers and other bad stuff:
|
|||
|
||||
The application is verified by <a href='https://reports.exodus-privacy.eu.org/en/reports/app.organicmaps/latest/'>Exodus Privacy Project</a>:
|
||||
<br/>
|
||||
<img src='images/privacy/exodus.png' width='400'>
|
||||
<img src='/images/privacy/exodus.png' width='400'>
|
||||
|
||||
Organic Maps doesn't request excessive permissions to spy on you:
|
||||
|
||||
<img src='images/privacy/om.jpg' width='400'>
|
||||
<img src='images/privacy/mm.jpg' width='400'>
|
||||
<img src='/images/privacy/om.jpg' width='400'>
|
||||
<img src='/images/privacy/mm.jpg' width='400'>
|
||||
|
||||
At Organic Maps, we believe that privacy is a fundamental human right:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue