diff options
| author | historia <[not public]> | 2024-11-05 18:55:11 -0500 |
|---|---|---|
| committer | historia <[not public]> | 2024-11-05 18:55:11 -0500 |
| commit | 5dcc04fd41397e278b65053d3e04b75cbffd2968 (patch) | |
| tree | 90d70486a6f6612fef054e209e51db1efb5807c7 | |
| parent | 527c9862b0cc50e711dcf3e27be9eb957c4f3278 (diff) | |
| download | ssg-blog-5dcc04fd41397e278b65053d3e04b75cbffd2968.tar.gz | |
minor fix
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ publish: false --- ``` -If you add `pubish: false` to the frontmatter, the post will not show up in the index (it will still be rendered and appear in the sitemap) +If you add `publish: false` to the frontmatter, the post will not show up in the index (it will still be rendered and appear in the sitemap) ## Example |
