fix: issue #6 had missing title suppression

This commit is contained in:
2026-07-05 12:39:59 +02:00
parent 7fa6e6232c
commit cf1d4bd46f
3 changed files with 59 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ value PostContext {
excerpt: String?
author: String?
language: String?
show_title: Boolean -- Always true for post pages
show_title: Boolean -- True for post pages; in list/archive pages it is false when any of the post's categories has "show title" disabled (e.g. asides)
published_at: Timestamp
created_at: Timestamp
updated_at: Timestamp