Convert front matter to TOML

This commit is contained in:
Will Faught
2024-06-27 16:26:10 -07:00
parent e4b131531b
commit 7ca3bad051
37 changed files with 366 additions and 376 deletions

View File

@@ -1,15 +1,14 @@
---
authors: ["author-demo"]
categories: ["layouts", "paige"]
description: "Demonstration of the Paige search layout."
layout: "paige/search"
paige:
feed:
hide_page: true
tags: ["search"]
title: "Search Layout"
weight: 20
---
+++
authors = ["author-demo"]
categories = ["layouts", "paige"]
description = "Demonstration of the Paige search layout."
layout = "paige/search"
tags = ["search"]
title = "Search Layout"
weight = 20
[paige.feed]
hide_page = true
+++
Paige provides a `paige/search` layout for site search.