From 8b1d8bf26452f3ce8b38228a39755a6b8e18775a Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Thu, 15 Jul 2021 01:10:41 -0400 Subject: Start on the example website. Remove some chunks of code. Fix up author handling in the feeds. --- example-site/reIndex.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 example-site/reIndex.md (limited to 'example-site/reIndex.md') diff --git a/example-site/reIndex.md b/example-site/reIndex.md new file mode 100644 index 0000000..4519dc5 --- /dev/null +++ b/example-site/reIndex.md @@ -0,0 +1,22 @@ +--- +title: reIndex page +description: > + This page is rendered after reindexing, with any encountered errors! +|--- + +# {{.Title}} + +this is the reindex page + +{{if .Vars.IndexError}} + +# Indexing Error: {{.Vars.IndexError}} + +{{end}} + + +``` +This handler adds some information to the page vars: +{{.Vars}} +``` + -- cgit v1.2.3