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

github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Baiborodine <igor@kiroule.com>2022-02-16 16:19:00 +0300
committerGitHub <noreply@github.com>2022-02-16 16:19:00 +0300
commit2d87ba5caee548cf1e37e330d28d860b58020522 (patch)
tree7bee42f3662a574c30321e6c22047bc5e7dff653
parent3b05d30309c9cdddc9af6633df8fd97e855485cf (diff)
Exclude archive page from main index (#352)
-rw-r--r--exampleSite/content/archive.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/content/archive.md b/exampleSite/content/archive.md
index ba9a155..a312690 100644
--- a/exampleSite/content/archive.md
+++ b/exampleSite/content/archive.md
@@ -1,4 +1,5 @@
---
title: "Archive page"
type: archive
+excludeFromIndex: true
---