From f835954270e8a04fd1c03e7cb29d4d69e331731a Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 18 Jul 2021 16:26:12 -0400 Subject: Further tune the example site --- example-site/index.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'example-site/index.md') diff --git a/example-site/index.md b/example-site/index.md index 2280662..f9f8fa8 100644 --- a/example-site/index.md +++ b/example-site/index.md @@ -12,7 +12,10 @@ it. `code style text` -[reIndex page]({{.Global.App.ReIndexPath}}) + * [reIndex page]({{.Global.App.ReIndexPath}}) + * [404 Page](/some/path/that/does/not/exist/at/all) + * [Example checkup page](/checkup) + ## Recent Blog Entries: @@ -32,10 +35,7 @@ it. #### Global vars: ``` -{{.Global}} - -"App" under Global vars: -{{.Global.App}} +{{.EncodeYaml .Global}} ``` #### Page Index ( details ) @@ -44,5 +44,3 @@ it. {{.EncodeYaml .Index}} ``` - -{{end}} -- cgit v1.2.3