i18n proof of concept
This commit is contained in:
12
i18ntest.html
Normal file
12
i18ntest.html
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="content">
|
||||
|
||||
{% capture kdl %}
|
||||
{% include content/kdl.md lang="it" %}
|
||||
{% endcapture %}
|
||||
{{ kdl | markdownify }}
|
||||
|
||||
</div>
|
Reference in New Issue
Block a user