Skip to content

Commit 2c57708

Browse files
committed
Clean up initial templates.
1 parent 04e5219 commit 2c57708

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

src/gen_site.rs

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -214,18 +214,11 @@ fn write_page(
214214
const INITIAL_INDEX_MD: &str = r#"---
215215
template: index.html
216216
title: My Site
217-
introduction: |
218-
This is an **introductory paragraph** rendered from the front matter.
219-
It's a great place for a summary.
220-
posts_list: "[[ListPosts]]"
221-
my_table: |
222-
| Header 1 | Header 2 |
223-
|---|---|
224-
| Cell 1.1 | Cell 1.2 |
225-
| Cell 2.1 | Cell 2.2 |
226217
---
227218
228-
Welcome to my new site! This is the main content area.
219+
Welcome to your new site! This is the main content area.
220+
221+
[[ListPosts]]
229222
"#;
230223

231224
const INITIAL_POST_MD: &str = r#"---

0 commit comments

Comments
 (0)