Replace page dates with weights in exampleSite

This commit is contained in:
Will Faught
2023-02-22 21:18:06 -08:00
parent 42a29bf2cb
commit b59a671ed7
14 changed files with 14 additions and 14 deletions

View File

@@ -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.

View File

@@ -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.