import { QuartzComponentConstructor, QuartzComponentProps } from "./types" function ArticleTitle({ fileData, displayClass }: QuartzComponentProps) { if (fileData.frontmatter?.hide_title === true) { return null } const title = fileData.frontmatter?.title if (title) { return