aboutsummaryrefslogtreecommitdiff
path: root/page
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2026-01-21 21:19:18 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2026-01-21 21:19:18 -0500
commitcdfdb3dbfa31eec3af4e888ad971a9efcbe3e0c1 (patch)
tree86ceffc6295d4b56b35135ef9eaceaa8acf81ab7 /page
parentcbb0dafad526128d10ff5f4859a1990132e4f75e (diff)
downloadgo-website-cdfdb3dbfa31eec3af4e888ad971a9efcbe3e0c1.tar.gz
go-website-cdfdb3dbfa31eec3af4e888ad971a9efcbe3e0c1.tar.xz
wip
Diffstat (limited to 'page')
-rw-r--r--page/page.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/page/page.go b/page/page.go
index b0fcfc7..be2a1fc 100644
--- a/page/page.go
+++ b/page/page.go
@@ -57,9 +57,6 @@ type Page struct {
Date *PageTime
Published bool
Vars map[string]interface{}
- // Keys of vars to be included when RenderJson is called, all vars are
- // omitted if empty.
- JSONVars []string
markdown []byte
}