From 30b9669ea95e6b3b4f48a25c8045c2b4f551dacd Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 19 Jun 2022 21:48:10 +0200 Subject: 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;' '{}' + ``` --- kunst/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kunst') diff --git a/kunst/index.md b/kunst/index.md index 698b750c..1025d0fd 100644 --- a/kunst/index.md +++ b/kunst/index.md @@ -1,7 +1,7 @@ [[!meta title="Kunst i byen"]] [[!if test="included()" then=""" -[[!img absalonhove.jpg class="solo" alt="Detalje af Absalon-statuen på Højbro Plads" link="kunst"]] +{{ img(path="absalonhove.jpg" class="solo" alt="Detalje af Absalon-statuen på Højbro Plads" link="kunst") }} Forøg jeres kunstoplevelse i selskab med kompetente guider, som sætter værker, kunstnere og mæcener -- cgit v1.2.3