🐛 Fixed the aloglia index content .
This commit is contained in:
parent
ac844e4e8c
commit
7ed095d42c
@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"permalink": "{{ .Permalink | relURL }}",
|
"permalink": "{{ .Permalink | relURL }}",
|
||||||
"title": {{ .Title | jsonify }},
|
"title": {{ .Title | jsonify }},
|
||||||
"content": {{ replace .Plain | jsonify }},
|
"content": {{ .Plain | jsonify }},
|
||||||
"date": {{ .Date.Format $.Site.Params.timeFormat | jsonify }},
|
"date": {{ .Date.Format $.Site.Params.timeFormat | jsonify }},
|
||||||
"updated": {{ .Lastmod.Format $.Site.Params.timeFormat | jsonify }}
|
"updated": {{ .Lastmod.Format $.Site.Params.timeFormat | jsonify }}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user