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:
parent
d464821a8c
commit
ef038172ac
5 changed files with 53 additions and 1 deletions
2
layouts/simplecss/templates/pages_single.html
Normal file
2
layouts/simplecss/templates/pages_single.html
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{{ if .Page.Title }}<h2>{{ .Page.Title }}</h2>{{ end }}
|
||||
{{ .HTML }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue