Merge branch 'master' into wip-asset-obscure

This commit is contained in:
2018-03-28 12:42:42 +02:00
55 changed files with 945 additions and 222 deletions

View File

@@ -7,7 +7,7 @@
| {% if node.description %}
section.node-row
.node-details-description
| {{ node.description | markdown }}
| {{ node | markdowned('description') }}
| {% endif %}
| {% if children %}