Skip to content

Commit bdb67b7

Browse files
committed
fix: minor heading format
1 parent 5224acf commit bdb67b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quartz/components/Head.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default (() => {
3939
const titleSuffix = cfg.pageTitleSuffix ?? ""
4040
const baseTitle = fileData.frontmatter?.title ?? i18n(cfg.locale).propertyDefaults.title
4141
const personalSuffix = " | Spencer Elkington"
42-
42+
4343
// Add personal suffix only if total length stays within SEO limit (70 chars)
4444
const title = (baseTitle.length + personalSuffix.length <= 70)
4545
? baseTitle + personalSuffix + titleSuffix

0 commit comments

Comments
 (0)