docspell/website/site/templates/shortcodes/imgnormal2.html
2022-02-03 21:42:09 +01:00

5 lines
284 B
HTML

{% set len = page.components | length %}
{% set p = page.components | slice(end=len - 1) | join(sep='/') %}
<img class="light-block" src="{{ get_url(path=p ~ "/" ~ light) }}" width="{{ width }}">
<img class="dark-block" src="{{ get_url(path=p ~ "/" ~ dark) }}" width="{{ width }}">