Replace page dates with weights in exampleSite
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
---
|
||||
authors: ["michael_bluth"]
|
||||
categories: ["paige"]
|
||||
date: "2023-02-22"
|
||||
description: "Demonstration of the Paige home layout."
|
||||
layout: "paige/home"
|
||||
paige:
|
||||
@@ -106,6 +105,7 @@ paige:
|
||||
name: "YouTube"
|
||||
url: "https://youtube.com/user/username"
|
||||
title: "Home Layout"
|
||||
weight: 10
|
||||
---
|
||||
|
||||
Paige provides a `paige/home` layout for a home page.
|
||||
|
@@ -1,11 +1,11 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
categories: [paige]
|
||||
date: "2023-02-12"
|
||||
description: Demonstration of the Paige search layout.
|
||||
layout: paige/search
|
||||
tags: [layouts, search]
|
||||
title: Search Layout
|
||||
weight: 20
|
||||
---
|
||||
|
||||
Paige provides a `paige/search` layout for site search.
|
||||
|
Reference in New Issue
Block a user