Update documentation

This commit is contained in:
Eike Kettner
2020-08-01 00:18:14 +02:00
parent 46b784cc33
commit 3070849395
5 changed files with 45 additions and 32 deletions

View File

@ -1,3 +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) }}">
<img style="float:right; padding-left:0.25em;" src="{{ get_url(path=p ~ "/" ~ file) }}">