diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-31 16:35:20 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-31 16:35:20 +0300 |
commit | 2a4fb11cbac8020123cc21fd10e1065f4f40cb2e (patch) | |
tree | b5daa75931ad19bcb0e8ce760f99ae9c8f1cdb47 /layouts | |
parent | f07e6db386d0e519a8d6e7d800f2d9efd7fcb470 (diff) |
Auto-commit 2024-12-31
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/index.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/index.json b/layouts/_default/index.json index c93f805..f4bb0ef 100644 --- a/layouts/_default/index.json +++ b/layouts/_default/index.json @@ -1,5 +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) -}} + {{- $.Scratch.Add "index" (dict "title" .Title "tags" .Params.tags "categories" .Params.categories "contents" .Plain "permalink" .Permalink "type" .Type) -}} {{- end -}} {{- $.Scratch.Get "index" | jsonify -}} |