aboutsummaryrefslogtreecommitdiff
path: root/example-site
diff options
context:
space:
mode:
Diffstat (limited to 'example-site')
-rw-r--r--example-site/checkup.md9
-rw-r--r--example-site/index.md8
2 files changed, 2 insertions, 15 deletions
diff --git a/example-site/checkup.md b/example-site/checkup.md
index f7d7a88..c8556fa 100644
--- a/example-site/checkup.md
+++ b/example-site/checkup.md
@@ -47,15 +47,6 @@ description: Showing the output of one of the internal checkup mechanisms
{{.Global.App}}
```
-#### Page Index
-
-{{range $key, $val := .Index}}
-```
-### {{$key}}:
-
-{{range $v2 := $val}}
-{{$v2.StringDetail}}{{end}}
-```
{{end}}
diff --git a/example-site/index.md b/example-site/index.md
index 42b0181..2280662 100644
--- a/example-site/index.md
+++ b/example-site/index.md
@@ -38,14 +38,10 @@ it.
{{.Global.App}}
```
-#### Page Index
+#### Page Index ( details )
-{{range $key, $val := .Index}}
```
-### {{$key}}:
-
-{{range $v2 := $val}}
-{{$v2.StringDetail}}{{end}}
+{{.EncodeYaml .Index}}
```