diff options
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -73,9 +73,14 @@ url = 'https://git.neonxp.ru' weight = 50 [[menus.sections]] +name = 'Мои Go модули' +url = 'https://neonxp.ru/go/' +weight = 60 + +[[menus.sections]] name = 'Игры' pageRef = '/projects/games' -weight = 60 +weight = 70 [[menus.sections]] name = 'Архив блога' |