Add a JSON output format to single pages so they can be fetched async with JS

This commit is contained in:
Eryn Wells 2022-09-24 07:46:16 -07:00
parent 21cab74651
commit 3d7aa7a092
4 changed files with 40 additions and 36 deletions

View file

@ -0,0 +1,4 @@
{
"title": "{{ .Title }}",
"main": "{{ partial `single_main.html` . }}"
}