aboutsummaryrefslogtreecommitdiff
path: root/example-site/index.md
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-07-18 16:26:12 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-07-18 16:26:12 -0400
commitf835954270e8a04fd1c03e7cb29d4d69e331731a (patch)
treeb8eaec45b02d79f8d51d6726ffbbe34ce5de2ed7 /example-site/index.md
parent46c6d75da4768c81258d05a4965f99c0db0b3bb4 (diff)
downloadgo-website-example.tar.gz
go-website-example.tar.xz
Further tune the example siteexample
Diffstat (limited to 'example-site/index.md')
-rw-r--r--example-site/index.md12
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}}