image include
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
8c5f777c32
commit
d39ebe1367
|
@ -0,0 +1,9 @@
|
||||||
|
{% capture imagePath %}{{ page.date | date: "%Y-%m-%d" }}-{{ page.title | slugify }}/{{ include.name }}{% endcapture %}
|
||||||
|
{% if include.caption %}
|
||||||
|
<figure>
|
||||||
|
<img src="/assets/posts/{{ imagePath }}" {% if include.alt %} alt="{{ include.alt }}" {% endif %} {% if include.width %} width="{{ include.width }}" {% endif %}/>
|
||||||
|
<figcaption>{{ include.caption }}</figcaption>
|
||||||
|
</figure>
|
||||||
|
{% else %}
|
||||||
|
<img src="/assets/posts/{{ imagePath }}" {% if include.alt %} alt="{{ include.alt }}" {% endif %} {% if include.width %} width="{{ include.width }}" {% endif %}/>
|
||||||
|
{% endif %}
|
Loading…
Reference in New Issue