Convert nothing to hide into the new format

This commit is contained in:
Samuel Shifterovich
2018-12-23 18:39:04 +01:00
parent 8f17720a25
commit 2d80437cd5
6 changed files with 33 additions and 26 deletions

5
_includes/content.html Normal file
View File

@ -0,0 +1,5 @@
{% capture md %}
{% include content/{{include.section}}.md lang=page.lang section=include.section %}
{% endcapture %}
{{ md | markdownify }}