Move test site specific file from theme to site layouts dir

master
Kaushal Modi 8 years ago
parent c05349dac5
commit d64c1dc5a9
  1. 7
      test/site/layouts/_default/single.json

@ -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…
Cancel
Save