forked from website/openpower.foundation
3 changed files with 9 additions and 0 deletions
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
{{- $.Scratch.Add "index" slice -}} |
||||
{{- range .Site.RegularPages -}} |
||||
{{- $.Scratch.Add "index" (dict "title" .Title "tags" .Params.tags "categories" .Params.categories "contents" .Plain "permalink" .Permalink) -}} |
||||
{{- end -}} |
||||
{{- $.Scratch.Get "index" | jsonify -}} |
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
{{ range .Data.Pages }} |
||||
{{ .Title }} |
||||
{{ end }} |
Loading…
Reference in new issue