mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 20:47:46 +00:00
article.vto: delete
This commit is contained in:
parent
a6c87f5260
commit
7a087cbe07
3 changed files with 2 additions and 7 deletions
2
site.ts
2
site.ts
|
@ -108,7 +108,7 @@ site.use(feed({
|
|||
},
|
||||
|
||||
items: {
|
||||
content: "$ .article-content",
|
||||
content: "$ .text-content",
|
||||
},
|
||||
}));
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
layout: text.vto
|
||||
---
|
||||
|
||||
<div class="article-content">{{ content }}</div>
|
|
@ -1,4 +1,4 @@
|
|||
export default {
|
||||
layout: "article.vto",
|
||||
layout: "text.vto",
|
||||
type: "article",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue