i18n proof of concept

This commit is contained in:
Samuel Shifterovich
2018-11-25 20:39:23 +01:00
parent e10fef5497
commit a58b5811aa
4 changed files with 27 additions and 0 deletions

12
i18ntest.html Normal file
View File

@ -0,0 +1,12 @@
---
layout: default
---
<div class="content">
{% capture kdl %}
{% include content/kdl.md lang="it" %}
{% endcapture %}
{{ kdl | markdownify }}
</div>