Add a JSON output format to single pages so they can be fetched async with JS
This commit is contained in:
parent
21cab74651
commit
3d7aa7a092
4 changed files with 40 additions and 36 deletions
4
layouts/_default/single.json
Normal file
4
layouts/_default/single.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"title": "{{ .Title }}",
|
||||
"main": "{{ partial `single_main.html` . }}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue