Convert front matter to TOML
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user