Skip to content

Commit da9733a

Browse files
committed
фикс: явный category для языковых постов (URL /ru/blog/, /en/blog/)
1 parent 3ab73aa commit da9733a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,27 @@ defaults:
2828
path: "_posts/ru"
2929
values:
3030
lang: "ru"
31+
category: "ru"
3132
- scope:
3233
path: "_posts/en"
3334
values:
3435
lang: "en"
36+
category: "en"
3537
- scope:
3638
path: "_posts/zh"
3739
values:
3840
lang: "zh"
41+
category: "zh"
3942
- scope:
4043
path: "_posts/es"
4144
values:
4245
lang: "es"
46+
category: "es"
4347
- scope:
4448
path: "_posts/de"
4549
values:
4650
lang: "de"
51+
category: "de"
4752

4853
collections:
4954
faq:

0 commit comments

Comments
 (0)