1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 12:37:50 +00:00

blog: disable descriptions when unset

This commit is contained in:
RGBCube 2025-06-05 16:46:55 +03:00
parent 4847abc8eb
commit 32e0386270
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -1,4 +1,6 @@
export default {
layout: "text.vto",
type: "article",
description: null,
};