File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ Create a new file called `hello-world.md` and add the following lines:
240
240
` ` ` yaml
241
241
---
242
242
draft: true # (1)!
243
- date: 2023 -01-31 # (2)!
243
+ date: 2024 -01-31 # (2)!
244
244
categories:
245
245
- Hello
246
246
- World
@@ -329,7 +329,7 @@ each post, as well as in post excerpts on index pages:
329
329
330
330
` ` ` yaml
331
331
---
332
- date: 2023 -01-31
332
+ date: 2024 -01-31
333
333
authors:
334
334
- squidfunk
335
335
...
@@ -375,7 +375,7 @@ add them to the front matter `categories` property:
375
375
376
376
` ` ` yaml
377
377
---
378
- date: 2023 -01-31
378
+ date: 2024 -01-31
379
379
categories:
380
380
- Hello
381
381
- World
@@ -401,7 +401,7 @@ part of a post, the post is linked from the [tags index]:
401
401
402
402
` ` ` yaml
403
403
---
404
- date: 2023 -01-31
404
+ date: 2024 -01-31
405
405
tags:
406
406
- Foo
407
407
- Bar
@@ -444,7 +444,7 @@ to add related links to a post:
444
444
445
445
` ` ` yaml
446
446
---
447
- date: 2023 -01-31
447
+ date: 2024 -01-31
448
448
links:
449
449
- plugins/search.md
450
450
- insiders/index.md#how-to-become-a-sponsor
@@ -460,7 +460,7 @@ links and even use nesting:
460
460
461
461
` ` ` yaml
462
462
---
463
- date: 2023 -01-31
463
+ date: 2024 -01-31
464
464
links:
465
465
- plugins/search.md
466
466
- insiders/index.md#how-to-become-a-sponsor
@@ -520,7 +520,7 @@ post:
520
520
521
521
` ` ` yaml
522
522
---
523
- date: 2023 -01-31
523
+ date: 2024 -01-31
524
524
readtime: 15
525
525
---
526
526
You can’t perform that action at this time.
0 commit comments