From 2a4fb11cbac8020123cc21fd10e1065f4f40cb2e Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Tue, 31 Dec 2024 16:35:20 +0300 Subject: Auto-commit 2024-12-31 --- layouts/_default/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts') 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 -}} -- cgit v1.2.3