summaryrefslogtreecommitdiff
path: root/kunstibyen
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 /kunstibyen
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 'kunstibyen')
-rw-r--r--kunstibyen/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/kunstibyen/index.md b/kunstibyen/index.md
index 832dfb34..bda7faae 100644
--- a/kunstibyen/index.md
+++ b/kunstibyen/index.md
@@ -1,7 +1,7 @@
[[!meta title="Kunsten i byen"]]
[[!if test="included()" then="""
-[[!img ingelehman.jpg class="overview" size="200x" link="/kunstibyen"]]
+{{ img(path="ingelehman.jpg" class="overview" size="200x" link="/kunstibyen") }}
En vandring gennem det indre København,
hvor vi ser på byens kunst.
@@ -10,9 +10,9 @@ hvor vi ser på byens kunst.
else="""
[[!template id="deco" text="
-[[!img caritas2.jpg class="deco" size="200x"]]
-[[!img ingelehman.jpg class="deco" size="200x"]]
-[[!img aegget_vorfrue.jpg class="deco" size="200x"]]
+{{ img(path="caritas2.jpg" class="deco" size="200x") }}
+{{ img(path="ingelehman.jpg" class="deco" size="200x") }}
+{{ img(path="aegget_vorfrue.jpg" class="deco" size="200x") }}
"]]
# Kunsten i Byen