mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Initial doc for new android app
This commit is contained in:
3
website/site/templates/shortcodes/imgnormal.html
Normal file
3
website/site/templates/shortcodes/imgnormal.html
Normal file
@ -0,0 +1,3 @@
|
||||
{% set len = page.components | length %}
|
||||
{% set p = page.components | slice(end=len - 1) | join(sep='/') %}
|
||||
<img src="{{ get_url(path=p ~ "/" ~ file) }}" width="{{ width }}">
|
Reference in New Issue
Block a user