fix asset URLs, finish the language 'framework' design

This commit is contained in:
Samuel Shifterovich
2018-12-23 18:55:59 +01:00
parent 2d80437cd5
commit 59a7ec70b8
7 changed files with 91 additions and 86 deletions

5
_includes/section Normal file
View File

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