mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-20 17:39:54 +00:00
Initial website
This commit is contained in:
3
website/site/templates/shortcodes/imgright.html
Normal file
3
website/site/templates/shortcodes/imgright.html
Normal file
@ -0,0 +1,3 @@
|
||||
{% set len = page.components | length %}
|
||||
{% set p = page.components | slice(end=len - 1) | join(sep='/') %}
|
||||
<img style="float:right;" src="{{ get_url(path=p ~ "/" ~ file) }}">
|
Reference in New Issue
Block a user