From ee235ae70b76e6cd9c80e27a73c8a527cb4eb80a Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 12 Sep 2021 13:45:36 +0200 Subject: Remove subtitles from the index.json since I do not use those --- layouts/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.json b/layouts/index.json index a526e68..d3ba9d8 100644 --- a/layouts/index.json +++ b/layouts/index.json @@ -1,5 +1,5 @@ {{- $.Scratch.Add "index" slice -}} {{- range .Site.RegularPages -}} - {{- $.Scratch.Add "index" (dict "title" .Title "subtitle" .Params.subtitle "description" .Params.description "tags" .Params.tags "content" .Plain "permalink" .Permalink) -}} + {{- $.Scratch.Add "index" (dict "title" .Title "description" .Params.description "tags" .Params.tags "content" .Plain "permalink" .Permalink) -}} {{- end -}} {{- $.Scratch.Get "index" | jsonify -}} -- cgit v1.2.3