introduce figcaption
This commit is contained in:
parent
05dea86964
commit
d8ea74211f
14 changed files with 81 additions and 63 deletions
3
templates/shortcodes/img.html
Normal file
3
templates/shortcodes/img.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<p>
|
||||
<img src="{{ src }}" alt="{{ alt | default(value='') }}" style="max-width: min({{ width | default(value='500px') }}, 100%);">
|
||||
</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue