mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-25 07:25:42 -05:00
remove/hide page title in Homepage
This commit is contained in:
parent
69b7db5fb2
commit
d0ce9b8f36
@ -132,7 +132,8 @@ export function renderPage(
|
||||
))}
|
||||
</Header>
|
||||
<div class="popover-hint">
|
||||
{beforeBody.map((BodyComponent) => (
|
||||
{/* implement https://discord.com/channels/927628110009098281/1157949033592139866 */}
|
||||
{slug !== "index" && beforeBody.map((BodyComponent) => (
|
||||
<BodyComponent {...componentData} />
|
||||
))}
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user