feat: hide title on front page

This commit is contained in:
2026-01-20 10:57:26 -05:00
parent 2d0b176ab8
commit 84138e09b1
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
fragment NodePage on Page {
title
isFrontPage
groupPostPage {
... BuilderSections
}