forked from realaravinth/libmedium
img: include captions
This commit is contained in:
parent
94656c5232
commit
26722e5a52
1 changed files with 5 additions and 4 deletions
|
@ -3,7 +3,8 @@
|
|||
height="<.# metadata.original_height.>"
|
||||
width="<.# metadata.original_width.>"
|
||||
-->
|
||||
<img
|
||||
src="https://miro.medium.com/<.= metadata.id .>"
|
||||
alt="<.= p.text .>"
|
||||
/>
|
||||
|
||||
<figure>
|
||||
<img src="https://miro.medium.com/<.= metadata.id .>" />
|
||||
<figcaption><.= p.text .></figcaption>
|
||||
</figure>
|
||||
|
|
Loading…
Reference in a new issue