aboutsummaryrefslogtreecommitdiff
path: root/example-site/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'example-site/index.md')
-rw-r--r--example-site/index.md8
1 files changed, 2 insertions, 6 deletions
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}}
```