Skip to content

Commit a68af46

Browse files
Remove admin from sitemap
1 parent 3cb96dd commit a68af46

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Copy the includes code `<br />
8484
## Sitemap
8585
All pages not defined as a default in _config.yml are added to the sitemap
8686

87-
To exclude a specific page use the snippet `sitemap:false` at the top of the page
87+
To exclude a specific page use the snippet `sitemap: false` at the top of the page
8888

8989
: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.
9090

admin.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
- Responsibility,
88
- Us
99
title: Home
10+
sitemap: false
1011
---
1112

13+
1214
<h1>Useful Links</h1>
1315

1416
<div class="row">

0 commit comments

Comments
 (0)