We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e5219 commit 2c57708Copy full SHA for 2c57708
1 file changed
src/gen_site.rs
@@ -214,18 +214,11 @@ fn write_page(
214
const INITIAL_INDEX_MD: &str = r#"---
215
template: index.html
216
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 |
226
---
227
228
-Welcome to my new site! This is the main content area.
+Welcome to your new site! This is the main content area.
+
+[[ListPosts]]
229
"#;
230
231
const INITIAL_POST_MD: &str = r#"---
0 commit comments