mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 20:47:46 +00:00
Fix article descriptions
This commit is contained in:
parent
6cf783f626
commit
e2df6a5357
2 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"layout": "article.vto",
|
||||
"type": "article"
|
||||
"type": "article",
|
||||
|
||||
"description": null
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
date: 2024-01-01
|
||||
title: Test
|
||||
description: "Testing"
|
||||
---
|
||||
|
||||
# Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue