init
This commit is contained in:
commit
d6006a0227
82 changed files with 2862 additions and 0 deletions
8
themes/terminimal/templates/shortcodes/figure.html
Normal file
8
themes/terminimal/templates/shortcodes/figure.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{% if src %}
|
||||
<figure class="{% if position %}{{ position }}{% else -%} center {%- endif %}" >
|
||||
<img src="{{ src | safe }}"{% if alt %} alt="{{ alt }}"{% endif %}{% if style %} style="{{ style }}"{% endif %} decoding="async" loading="lazy"/>
|
||||
{% if caption %}
|
||||
<figcaption class="{% if caption_position %}{{ caption_position }}{% else -%} center {%- endif %}"{% if caption_style %} style="{{ caption_style | safe }}"{% endif %}>{{ caption | markdown() | safe }}</figcaption>
|
||||
{% endif %}
|
||||
</figure>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue