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 /thomas_warburg | |
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 'thomas_warburg')
-rw-r--r-- | thomas_warburg/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/thomas_warburg/index.md b/thomas_warburg/index.md index b55961b0..63912072 100644 --- a/thomas_warburg/index.md +++ b/thomas_warburg/index.md @@ -1,7 +1,7 @@ [[!meta title="Thomas Warburg"]] [[!if test="included()" then=""" -[[!img /thomas_warburg/thomas_warburg.jpg class="overview" size="200x" link="/thomas_warburg"]] +{{ img(path="/thomas_warburg/thomas_warburg.jpg" class="overview" size="200x" link="/thomas_warburg") }} Thomas Warburg er historiker og fortæller historier fra middelalderen og frem. @@ -13,7 +13,7 @@ omkring Stjerne Radio og 4. Maj Initiativet. """ else=""" -[[!img /thomas_warburg/thomas_warburg.jpg class="tall" size="600x" link="none" alt="Guide og foredragsholder Thomas Warburg" ]] +{{ img(path="/thomas_warburg/thomas_warburg.jpg" class="tall" size="600x" link="none" alt="Guide og foredragsholder Thomas Warburg") }} #Thomas Warburg |