Expand tests for Site
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
name: Draft Content Test
|
||||
template: plain
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
type: article
|
||||
section: posts
|
||||
slug: draft-post
|
||||
title: Draft
|
||||
date: 2026-08-28
|
||||
draft: true
|
||||
---
|
||||
Draft.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
type: article
|
||||
section: posts
|
||||
slug: published
|
||||
title: Published
|
||||
date: 2026-08-28
|
||||
---
|
||||
Published.
|
||||
Reference in New Issue
Block a user