diff options
author | Jonas Smedegaard <dr@jones.dk> | 2022-06-19 21:48:10 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-04-06 10:37:09 +0200 |
commit | 30b9669ea95e6b3b4f48a25c8045c2b4f551dacd (patch) | |
tree | 2388bf9d3c5a3b617341285f284e888f5dd4c41e /malmoe/malmoeudflugt/index.md | |
parent | e30097f4a9ffc42d57df2c463ae4770b61ff8769 (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 'malmoe/malmoeudflugt/index.md')
-rw-r--r-- | malmoe/malmoeudflugt/index.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/malmoe/malmoeudflugt/index.md b/malmoe/malmoeudflugt/index.md index b196d00a..433fa63e 100644 --- a/malmoe/malmoeudflugt/index.md +++ b/malmoe/malmoeudflugt/index.md @@ -2,7 +2,7 @@ [[!if test="included()" then=""" -[[!img malmoesko1.jpg class="blog" link="/malmoe/malmoeudflugt"]] +{{ img(path="malmoesko1.jpg" class="blog" link="/malmoe/malmoeudflugt") }} Vi kan arrangere heldags udflugt over Øresund. Se detaljer og foreslået program. @@ -12,11 +12,11 @@ Vi kan arrangere heldags udflugt over Øresund. Se detaljer og foreslået progra else=""" [[!template id="deco" text=" -[[!img flensborghus_spejl.jpg class="deco"]] -[[!img malmoesko1.jpg class="deco"]] -[[!img mollevanghandel.jpg class="deco"]] -[[!img havnefront.jpg class="deco"]] -[[!img neptunatorso.jpg class="deco"]] +{{ img(path="flensborghus_spejl.jpg" class="deco") }} +{{ img(path="malmoesko1.jpg" class="deco") }} +{{ img(path="mollevanghandel.jpg" class="deco") }} +{{ img(path="havnefront.jpg" class="deco") }} +{{ img(path="neptunatorso.jpg" class="deco") }} "]] # Heldags udflugt til Malmö. |