diff options
Diffstat (limited to 'example-site/index.md')
| -rw-r--r-- | example-site/index.md | 12 |
1 files changed, 5 insertions, 7 deletions
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}} |
