diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-13 15:12:11 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-13 15:12:11 +0700 |
commit | 271b929c93d857f4b8f912198173424973e61707 (patch) | |
tree | abda398367e9d1973018cfcc406742c7e3d2279c /config.yaml | |
parent | e616d2e138e24a2e82bed74f75734acd80022d32 (diff) | |
download | blog-271b929c93d857f4b8f912198173424973e61707.tar.gz |
Fix typo
Diffstat (limited to 'config.yaml')
-rw-r--r-- | config.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.yaml b/config.yaml index a0b4d90..c96ab03 100644 --- a/config.yaml +++ b/config.yaml @@ -54,19 +54,19 @@ languages: languageName: Tiếng Việt menu: main: - - ivintifier: home + - identifier: home name: Trang chủ url: / weight: 1 - - ivintifier: about + - identifier: about name: Thông tin url: /about/ weight: 2 - - ivintifier: works + - identifier: works name: Công việc url: /works/ weight: 5 - - ivintifier: rss + - identifier: rss name: RSS url: /rss/ weight: 11 |