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) }}">

View File

@ -0,0 +1,10 @@
<div class="notification is-{{ mode }} is-light" style="z-index: -1">
<div class="content ">
<p class="title is-5">
{{ title }}
</p>
<div>
{{ body | markdown | safe }}
</div>
</div>
</div>