fix single page menu urls, update example sites #151
This commit is contained in:
parent
ae6b41de47
commit
edc508fa62
10 changed files with 187 additions and 36 deletions
24
exampleSiteMultilingual/content/about-subpage2.pl.md
Normal file
24
exampleSiteMultilingual/content/about-subpage2.pl.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
title: "Second About Subpage"
|
||||
description: "Second About Subpage"
|
||||
date: "2019-02-28"
|
||||
author: "Hugo Authors"
|
||||
slug: /about/subpage2
|
||||
menu:
|
||||
subpage:
|
||||
identifier: about-subpage-s2
|
||||
parent: about
|
||||
name: About Subpage
|
||||
title: About Subpage
|
||||
url: /about/subpage/
|
||||
weight: 1
|
||||
subpage2:
|
||||
identifier: about-subpage2-s2
|
||||
parent: about
|
||||
name: Second About Subpage
|
||||
title: Second About Subpage
|
||||
url: /about/subpage2/
|
||||
weight: 10
|
||||
---
|
||||
|
||||
Second About subpage
|
Loading…
Add table
Add a link
Reference in a new issue