aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2021-09-12 13:45:36 +0200
committerJulien Dessaux2021-09-12 13:45:53 +0200
commitee235ae70b76e6cd9c80e27a73c8a527cb4eb80a (patch)
tree31e119c4c0fb7e13cc3cb40d47ea5c1708798695
parentMoved RSS feeds to the footer (diff)
downloadwww-ee235ae70b76e6cd9c80e27a73c8a527cb4eb80a.tar.gz
www-ee235ae70b76e6cd9c80e27a73c8a527cb4eb80a.tar.bz2
www-ee235ae70b76e6cd9c80e27a73c8a527cb4eb80a.zip
Remove subtitles from the index.json since I do not use those
-rw-r--r--layouts/index.json2
1 files changed, 1 insertions, 1 deletions
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 -}}