From 26b6599cc8b0657e662528524ceb98c3b6544d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 30 Oct 2023 21:56:45 +0100 Subject: [PATCH] docs: add examnple for overwritten taxonomy term page #705 --- exampleSite/content/tags/hidden/_index.en.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/tags/hidden/_index.en.md b/exampleSite/content/tags/hidden/_index.en.md index d9fa9f085d..9e7e3d0fa5 100644 --- a/exampleSite/content/tags/hidden/_index.en.md +++ b/exampleSite/content/tags/hidden/_index.en.md @@ -1,4 +1,11 @@ +++ +title = "a secret" +++ -This lists all pages that are hidden from the home page. This includes pages that define `hidden=true` in their frontmatter as weill as descendents of hidden pages. \ No newline at end of file +This lists all pages that are hidden from the home page. This includes pages that define `hidden=true` in their frontmatter as weill as descendents of hidden pages. + +This tag also has a title. While internally it is called `hidden`, it is referenced in the resulting pages as `a secret`. + +## Just an example heading + +The TOC will contain this heading and the index headings below. \ No newline at end of file