diff options
author | Jonas Smedegaard <dr@jones.dk> | 2022-10-28 14:19:43 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-04-06 10:37:11 +0200 |
commit | 58d103da0050605f770ca42566f954f273032016 (patch) | |
tree | 4b755d0a8d754a6aade8961c73660b36134adfe9 /english | |
parent | b71718aa78dc7683f492e792856fe3028228b595 (diff) |
fix image paths
Diffstat (limited to 'english')
-rw-r--r-- | english/contact/index.md | 2 | ||||
-rw-r--r-- | english/copenhagen/index.md | 4 | ||||
-rw-r--r-- | english/prices/index.md | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/english/contact/index.md b/english/contact/index.md index d1e9e180..96856df2 100644 --- a/english/contact/index.md +++ b/english/contact/index.md @@ -3,7 +3,7 @@ +++ [[!template id="deco" text=" {{ img(path="gardemusik.jpg" class="deco") }} -{{ img(path="regnbue.jpg" class="deco") }} +{{ img(path="/regnbue.jpg" class="deco") }} {{ img(path="guidesign.jpg" class="deco") }} "]] diff --git a/english/copenhagen/index.md b/english/copenhagen/index.md index c726f85d..5267b4be 100644 --- a/english/copenhagen/index.md +++ b/english/copenhagen/index.md @@ -4,9 +4,9 @@ [[!template id="deco" text=" {{ img(path="tubalow.jpg" class="deco") }} {{ img(path="knabrostr.jpg" class="deco") }} -{{ img(path="tours/amalienbaad.jpg" class="deco") }} +{{ img(path="/tours/amalienbaad.jpg" class="deco") }} {{ img(path="slotsholmsport.jpg" class="deco") }} -{{ img(path="havnen/kanalbaad.jpg" class="deco") }} +{{ img(path="/havnen/kanalbaad.jpg" class="deco") }} "]] ## COPENHAGEN CITY DIRECTORY diff --git a/english/prices/index.md b/english/prices/index.md index 1af660f4..d668030f 100644 --- a/english/prices/index.md +++ b/english/prices/index.md @@ -3,8 +3,8 @@ +++ [[!template id="deco" text=" {{ img(path="kronborgmecklenburg.jpg" class="deco") }} -{{ img(path="vesterbro/haverestaurant.jpg" class="deco") }} -{{ img(path="cykelture/bryggecykler.jpg" class="deco") }} +{{ img(path="/vesterbro/haverestaurant.jpg" class="deco") }} +{{ img(path="/cykelture/bryggecykler.jpg" class="deco") }} "]] # Terms and conditions |