simple shortcodes
This commit is contained in:
parent
1d39002bb5
commit
ba252d7d6a
10 changed files with 209 additions and 9 deletions
4
templates/shortcodes/image.html
Normal file
4
templates/shortcodes/image.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<figure>
|
||||
<img src="{{ src }}" {% if alt %} alt="{{ alt }}"{% endif %}>
|
||||
<figcaption>{{ caption }}</figcaption>
|
||||
</figure>
|
Loading…
Add table
Add a link
Reference in a new issue