mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
Fix brain rot
This commit is contained in:
parent
3bafcf1765
commit
dbe56ccbb1
12 changed files with 52 additions and 59 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"layout": "post.vto",
|
||||
"title": "$ h1"
|
||||
"layout": "article.vto",
|
||||
"type": "article"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
layout: post.vto
|
||||
date: 2024-01-01
|
||||
url: /blog/a
|
||||
title: Test
|
||||
---
|
||||
|
||||
# Test
|
||||
|
||||
test
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
layout: article.vto
|
||||
|
||||
title: Blog
|
||||
---
|
||||
|
||||
<h1>Blog Articles</h1>
|
||||
|
||||
Are you old? Then you might want to check
|
||||
out my super cool
|
||||
<a href="/feed">RSS Feed</a> too!
|
||||
|
||||
{{ include "posts.vto" }}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue