Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/content-and-customization/00-adding-content/_index.md')
-rw-r--r--exampleSite/content/content-and-customization/00-adding-content/_index.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/content/content-and-customization/00-adding-content/_index.md b/exampleSite/content/content-and-customization/00-adding-content/_index.md
index baa0639..92cee4a 100644
--- a/exampleSite/content/content-and-customization/00-adding-content/_index.md
+++ b/exampleSite/content/content-and-customization/00-adding-content/_index.md
@@ -89,6 +89,9 @@ subpage: false # usefull when you want to force a sub section to be considered a
# redirect = "folder"
# redirect = "folder/_index.md"
redirect: "folder/_index.md"
+
+# Do not include this page in search results
+nosearch: true
---
```