Rename titleclass to title_class

This commit is contained in:
Will Faught
2023-01-22 16:25:23 -08:00
parent 7319719c33
commit e1276cfd67
2 changed files with 2 additions and 2 deletions

View File

@@ -284,7 +284,7 @@ link: "https://youtu.be/dQw4w9WgXcQ" # The reference for an anchor around the ti
paige:
description_class: h5 text-start # Page description class
math: true # Enable math typesetting with KaTeX
titleclass: display-1 fw-medium text-start # Page title class
title_class: display-1 fw-medium text-start # Page title class
toc: true # Show a table of contents if there are any headers
```