fix single page menu urls, update example sites #151

This commit is contained in:
Dmitry Kolosov 2022-05-21 14:51:30 +03:00
parent ae6b41de47
commit edc508fa62
10 changed files with 187 additions and 36 deletions

View file

@ -2,22 +2,22 @@
title: "About"
description: "Hugo, the worlds fastest framework for building websites"
date: "2019-02-28"
aliases:
- "about-us"
- "about-hugo"
- "contact"
aliases: ["about-us","about-hugo","contact"]
author: "Hugo Authors"
menu:
about:
name: About
title: About
url: /about
identifier: about-subpage
parent: about
name: About Subpage
title: About Subpage
url: /about/subpage/
weight: 1
subpage:
identifier: about-subpage2
parent: about
name: Subpage
title: Subpage
url: /about/subpage
name: Second About subpage
title: Second About subpage
url: /about/subpage2/
weight: 10
---