Expand test Site tests
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
name: Sections Test
|
||||
template: plain
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
type: article
|
||||
section: notes
|
||||
slug: first-note
|
||||
title: First Note
|
||||
date: 2026-08-28
|
||||
---
|
||||
First note.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
type: article
|
||||
section: posts
|
||||
slug: first-post
|
||||
title: First Post
|
||||
date: 2026-08-28
|
||||
---
|
||||
First post.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
type: article
|
||||
section: posts
|
||||
slug: second-post
|
||||
title: Second Post
|
||||
date: 2026-08-28
|
||||
---
|
||||
Second post.
|
||||
Reference in New Issue
Block a user