mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
blog: disable descriptions when unset
This commit is contained in:
parent
4847abc8eb
commit
32e0386270
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
export default {
|
export default {
|
||||||
layout: "text.vto",
|
layout: "text.vto",
|
||||||
type: "article",
|
type: "article",
|
||||||
|
|
||||||
|
description: null,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue