rename content include
This commit is contained in:
4
_includes/section_config
Normal file
4
_includes/section_config
Normal file
@ -0,0 +1,4 @@
|
||||
{% assign lang = site.data.lang.[include.lang].[include.section] %}
|
||||
{% assign en = site.data.lang.en.[include.section] %}
|
||||
{% include langs/{{include.section}} lang=lang en=en %}
|
||||
{% include langs/_general lang=include.lang %}
|
Reference in New Issue
Block a user