add image shortcode

This commit is contained in:
Christoph Cullmann 2025-07-19 19:03:58 +02:00
parent d9bcef641e
commit 7e8ddd7939
No known key found for this signature in database
5 changed files with 11 additions and 6 deletions

View file

@ -0,0 +1,3 @@
<center>
<img width="80%" src="{{ .Get "src" }}" alt="{{ .Get "alt" }}" />
</center>