1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 20:47:46 +00:00

article.vto: delete

This commit is contained in:
RGBCube 2025-06-02 00:34:55 +03:00
parent a6c87f5260
commit 7a087cbe07
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
3 changed files with 2 additions and 7 deletions

View file

@ -108,7 +108,7 @@ site.use(feed({
},
items: {
content: "$ .article-content",
content: "$ .text-content",
},
}));

View file

@ -1,5 +0,0 @@
---
layout: text.vto
---
<div class="article-content">{{ content }}</div>

View file

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