simple shortcodes

This commit is contained in:
lynxize 2024-11-12 21:06:52 -07:00
parent 1d39002bb5
commit ba252d7d6a
10 changed files with 209 additions and 9 deletions

View file

@ -0,0 +1,4 @@
<figure>
<img src="{{ src }}" {% if alt %} alt="{{ alt }}"{% endif %}>
<figcaption>{{ caption }}</figcaption>
</figure>