From 7ed095d42cc4d0845590d21ca992daa9195c464d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Mon, 1 Aug 2022 17:18:56 +0800 Subject: [PATCH] :bug: Fixed the aloglia index content . --- layouts/_default/list.algoliaindexes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/list.algoliaindexes.json b/layouts/_default/list.algoliaindexes.json index 909fa6a..91124c1 100644 --- a/layouts/_default/list.algoliaindexes.json +++ b/layouts/_default/list.algoliaindexes.json @@ -4,7 +4,7 @@ { "permalink": "{{ .Permalink | relURL }}", "title": {{ .Title | jsonify }}, - "content": {{ replace .Plain | jsonify }}, + "content": {{ .Plain | jsonify }}, "date": {{ .Date.Format $.Site.Params.timeFormat | jsonify }}, "updated": {{ .Lastmod.Format $.Site.Params.timeFormat | jsonify }} }