File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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:
240240` ` ` yaml
241241---
242242draft: true # (1)!
243- date: 2023 -01-31 # (2)!
243+ date: 2024 -01-31 # (2)!
244244categories:
245245 - Hello
246246 - World
@@ -329,7 +329,7 @@ each post, as well as in post excerpts on index pages:
329329
330330` ` ` yaml
331331---
332- date: 2023 -01-31
332+ date: 2024 -01-31
333333authors:
334334 - squidfunk
335335 ...
@@ -375,7 +375,7 @@ add them to the front matter `categories` property:
375375
376376` ` ` yaml
377377---
378- date: 2023 -01-31
378+ date: 2024 -01-31
379379categories:
380380 - Hello
381381 - World
@@ -401,7 +401,7 @@ part of a post, the post is linked from the [tags index]:
401401
402402` ` ` yaml
403403---
404- date: 2023 -01-31
404+ date: 2024 -01-31
405405tags:
406406 - Foo
407407 - Bar
@@ -444,7 +444,7 @@ to add related links to a post:
444444
445445` ` ` yaml
446446---
447- date: 2023 -01-31
447+ date: 2024 -01-31
448448links:
449449 - plugins/search.md
450450 - insiders/index.md#how-to-become-a-sponsor
@@ -460,7 +460,7 @@ links and even use nesting:
460460
461461` ` ` yaml
462462---
463- date: 2023 -01-31
463+ date: 2024 -01-31
464464links:
465465 - plugins/search.md
466466 - insiders/index.md#how-to-become-a-sponsor
@@ -520,7 +520,7 @@ post:
520520
521521` ` ` yaml
522522---
523- date: 2023 -01-31
523+ date: 2024 -01-31
524524readtime: 15
525525---
526526
You can’t perform that action at this time.
0 commit comments