remove hasChildren from menu, fixed issue: #111

This commit is contained in:
Somrat 2024-03-27 09:27:22 +06:00
parent 3f04316dca
commit feeeab4665
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ weight = 3
[[main]] [[main]]
weight = 4 weight = 4
name = "Pages" name = "Pages"
hasChildren = true
[[main]] [[main]]
parent = "Pages" parent = "Pages"

View File

@ -1,7 +1,7 @@
{ {
"name": "hugoplate", "name": "hugoplate",
"description": "hugo tailwindcss boilerplate", "description": "hugo tailwindcss boilerplate",
"version": "1.13.1", "version": "1.13.2",
"license": "MIT", "license": "MIT",
"author": "zeon.studio", "author": "zeon.studio",
"scripts": { "scripts": {