Update website to zola 0.13.0

This commit is contained in:
eikek
2021-08-11 18:23:38 +02:00
parent 41317c9f99
commit 166384d338
5 changed files with 11 additions and 8 deletions

View File

@ -0,0 +1,4 @@
``` bash
{% set data = load_data(path=path) %}
{{ data | safe }}
```