Adjust page weight value

pull/1/head
Folyd 4 years ago
parent 0492b56e4c
commit 465fa8dee0

@ -57,7 +57,7 @@ You can change the frontmatter's `weight` value to sort the order (ascending ord
+++
title = "Changelog"
description = "Changelog"
weight = 3
weight = 2
+++
```

@ -19,5 +19,5 @@ build_search_index = false
juice_logo_name = "Juice"
juice_logo_path = "juice.svg"
juice_extra_menu = [
{ title = "Github", link = "https://github.com/huhu/juice"}
{ title = "Github", link = "https://github.com/huhu/juice" }
]

@ -60,7 +60,7 @@ You can change the frontmatter's `weight` value to sort the order (ascending ord
+++
title = "Changelog"
description = "Changelog"
weight = 3
weight = 2
+++
```

@ -1,7 +1,7 @@
+++
title = "About"
description = "About"
weight = 4
weight = 3
+++
# Juice

@ -1,7 +1,7 @@
+++
title = "Changelog"
description = "Changelog"
weight = 3
weight = 2
+++
# v0.7 - 2020-07-01

@ -1,7 +1,7 @@
+++
title = "Showcases"
description = "Showcases"
weight = 2
weight = 1
+++
# Pull request

Loading…
Cancel
Save