Order weighted pages ascending before non-weighted pages
This commit is contained in:
@@ -9,7 +9,7 @@ paige:
|
||||
type: "primary"
|
||||
tags: ["alerts"]
|
||||
title: "Alert"
|
||||
weight: 30
|
||||
weight: 60
|
||||
---
|
||||
|
||||
This page has the following parameters:
|
||||
|
@@ -5,7 +5,7 @@ date: "2023-09-18T21:32:40-07:00"
|
||||
description: "Guide to emoji usage in Hugo."
|
||||
tags: ["emoji"]
|
||||
title: "Emoji Support"
|
||||
weight: 40
|
||||
weight: 50
|
||||
---
|
||||
|
||||
<!--
|
||||
|
@@ -6,7 +6,7 @@ description: "A front matter link."
|
||||
link: "https://willfaught.com/paige"
|
||||
tags: ["link"]
|
||||
title: "Link"
|
||||
weight: 20
|
||||
weight: 70
|
||||
---
|
||||
|
||||
It takes you to the home page.
|
||||
|
@@ -5,7 +5,7 @@ date: "2023-09-18T21:32:52-07:00"
|
||||
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||
tags: ["markdown", "css", "html"]
|
||||
title: "Markdown Syntax Guide"
|
||||
weight: 80
|
||||
weight: 10
|
||||
---
|
||||
|
||||
<!--
|
||||
|
@@ -7,7 +7,7 @@ paige:
|
||||
math: true
|
||||
tags: ["katex", "math", "typesetting"]
|
||||
title: "Math Typesetting"
|
||||
weight: 50
|
||||
weight: 40
|
||||
---
|
||||
|
||||
<!--
|
||||
|
@@ -8,7 +8,7 @@ paige:
|
||||
hide_page: true
|
||||
tags: ["markdown", "text"]
|
||||
title: "Placeholder Text"
|
||||
weight: 60
|
||||
weight: 30
|
||||
---
|
||||
|
||||
<!--
|
||||
|
@@ -8,7 +8,7 @@ paige:
|
||||
hide_page: true
|
||||
tags: ["shortcodes", "privacy"]
|
||||
title: "Rich Content"
|
||||
weight: 70
|
||||
weight: 20
|
||||
---
|
||||
|
||||
<!--
|
||||
|
@@ -5,7 +5,7 @@ date: "2023-09-24T21:29:31-07:00"
|
||||
description: "Only a video."
|
||||
tags: ["video"]
|
||||
title: "Video"
|
||||
weight: 10
|
||||
weight: 80
|
||||
---
|
||||
|
||||
{{< paige/youtube "dQw4w9WgXcQ" >}}
|
||||
|
Reference in New Issue
Block a user