Expand tests for Site

This commit is contained in:
2026-09-03 03:47:56 +02:00
parent 1fe2bbd1db
commit 7297adb966
8 changed files with 132 additions and 6 deletions
@@ -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.