summaryrefslogtreecommitdiff
path: root/kodbyture/index.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2022-06-19 21:48:10 +0200
committerJonas Smedegaard <dr@jones.dk>2024-04-06 10:37:09 +0200
commit30b9669ea95e6b3b4f48a25c8045c2b4f551dacd (patch)
tree2388bf9d3c5a3b617341285f284e888f5dd4c41e /kodbyture/index.md
parente30097f4a9ffc42d57df2c463ae4770b61ff8769 (diff)
convert img and template directives to shortcodes
command: ``` find * -type f -name '*.md' -execdir perl -gpi -e 's/\[\[!img\s+([^\s\]"]+)(\s(?:[^\]]|"[^"]*")+?)?\s*\]\]/{{ img(path="$1"$2) }}/g; s/\[\[!template\s+id="?(columns|note|video)"?\s+([^\]]+?)\s*\]\]/{{ $1($2) }}/g;' '{}' + ```
Diffstat (limited to 'kodbyture/index.md')
-rw-r--r--kodbyture/index.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/kodbyture/index.md b/kodbyture/index.md
index 821b3a79..600466a3 100644
--- a/kodbyture/index.md
+++ b/kodbyture/index.md
@@ -1,6 +1,6 @@
[[!meta title="Rundvisning i Kødbyen"]]
[[!if test="included()" then="""
-[[!img kby_koedetsgang.jpg class="overview" size="200x" link="/kodbyture"]]
+{{ img(path="kby_koedetsgang.jpg" class="overview" size="200x" link="/kodbyture") }}
Kom bag facaden på en af Danmark klassiske industrikomplekser.
@@ -9,12 +9,12 @@ Kom bag facaden på en af Danmark klassiske industrikomplekser.
"""
else="""
[[!template id="deco" text="
-[[!img kby_ur.jpg class="deco" size="200x" ]]
-[[!img turstart_kby.jpg class="deco" size="200x" ]]
-[[!img kby_graa_erik.jpg class="deco" size="200x" ]]
-[[!img kby_koedetsgang.jpg class="deco" size="200x" ]]
-[[!img madogmarkedbraz.jpg class="deco" size="200x" ]]
-[[!img kby_tyren.jpg class="deco" size="200x" ]]
+{{ img(path="kby_ur.jpg" class="deco" size="200x") }}
+{{ img(path="turstart_kby.jpg" class="deco" size="200x") }}
+{{ img(path="kby_graa_erik.jpg" class="deco" size="200x") }}
+{{ img(path="kby_koedetsgang.jpg" class="deco" size="200x") }}
+{{ img(path="madogmarkedbraz.jpg" class="deco" size="200x") }}
+{{ img(path="kby_tyren.jpg" class="deco" size="200x") }}
"]]
# Rundvisning i Kødbyen