parent
c05349dac5
commit
d64c1dc5a9
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
||||
{ |
||||
"uri": "{{ .Permalink }}", |
||||
"title": "{{ .Title | htmlEscape }}", |
||||
"tags": [{{ range $tindex, $tag := .Params.tags }}{{ if $tindex }}, {{ end }}"{{ $tag| htmlEscape }}"{{ end }}], |
||||
"description": "{{ .Description | htmlEscape }}", |
||||
"content": "{{ range $i, $words := .PlainWords }}{{ $words | htmlEscape }} {{ end }}" |
||||
} |
||||
Loading…
Reference in new issue