You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,4 +29,13 @@ To exclude a specific page use the snippet `sitemap:false` at the top of the pag
29
29
30
30
> :warning:**If you are including the page in another page (using `include_relative`)**: add the page as a default in `_config.yml` otherwise the `sitemap:false` is displayed as HTML on the page.
31
31
32
+
## Example default to add to `_config.yml`
33
+
```yml
34
+
-
35
+
scope:
36
+
path: 'pages-people/*'
37
+
values:
38
+
sitemap: false
39
+
```
40
+
32
41
All files in `_include` are excluded from the sitemap automatically
0 commit comments