mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Website redesign
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<figure class="image">
|
||||
<figure>
|
||||
{% if page is defined %}
|
||||
{% set len = page.components | length %}
|
||||
{% set p = page.components | slice(end=len - 1) | join(sep='/') %}
|
||||
@ -6,5 +6,5 @@
|
||||
{% set p = section.components | join(sep='/') %}
|
||||
{% endif %}
|
||||
|
||||
<img src="{{ get_url(path=p ~ "/" ~ file) }}">
|
||||
<img src="{{ get_url(path=p ~ "/" ~ file) }}" >
|
||||
</figure>
|
||||
|
Reference in New Issue
Block a user