feat(pages): render pages in site builder after all other content

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Leon Mika 2026-03-22 19:11:12 +11:00
parent d464821a8c
commit ef038172ac
5 changed files with 53 additions and 1 deletions

View file

@ -0,0 +1,2 @@
{{ if .Page.Title }}<h2>{{ .Page.Title }}</h2>{{ end }}
{{ .HTML }}