summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/_default/index.json
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-06-26 21:44:28 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-06-26 21:44:28 +0200
commit58e2c9ae87f09dac79ecf962331ae2c51f4ba7f1 (patch)
treed819d1747427f81d1883a715ec60d13d575053e4 /themes/blowfish/layouts/_default/index.json
parentb1a7697b03cfb0143af78993387f758836e842bf (diff)
update the theme
Diffstat (limited to 'themes/blowfish/layouts/_default/index.json')
-rw-r--r--themes/blowfish/layouts/_default/index.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/blowfish/layouts/_default/index.json b/themes/blowfish/layouts/_default/index.json
index 0f44c53..7fbcfe2 100644
--- a/themes/blowfish/layouts/_default/index.json
+++ b/themes/blowfish/layouts/_default/index.json
@@ -9,11 +9,11 @@
"date" (.Date | time.Format (.Site.Language.Params.dateFormat | default ":date_long"))
"title" (.Title | emojify | safeJS)
"section" ($section.Title | emojify | safeJS)
- "summary" (.Summary | emojify | safeJS)
- "content" (.Plain | emojify | safeJS)
+ "summary" (.Summary | safeJS)
+ "content" (.Plain | safeJS)
"permalink" .RelPermalink
"externalUrl" .Params.externalUrl
"type" .Type
) -}}
{{- end -}}
-{{- $index | jsonify -}}
+{{- $index | jsonify -}} \ No newline at end of file