docspell/website/site/templates/shortcodes/imgright2.html

5 lines
328 B
HTML
Raw Normal View History

2022-01-27 19:23:15 +00:00
{% set len = page.components | length %}
{% set p = page.components | slice(end=len - 1) | join(sep='/') %}
<img class="light-block" style="float:right; padding-left:0.25em;" src="{{ get_url(path=p ~ "/" ~ light) }}">
<img class="dark-block" style="float:right; padding-left:0.25em;" src="{{ get_url(path=p ~ "/" ~ dark) }}">