From b88cf2fc5e0c0a233d25676bc6e43a8d7394411b Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 22 Jan 2023 16:26:08 -0800 Subject: [PATCH] Add missing quotes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ddb98d7..11ea85e0 100644 --- a/README.md +++ b/README.md @@ -282,9 +282,9 @@ authors: [ ] link: "https://youtu.be/dQw4w9WgXcQ" # The reference for an anchor around the title paige: - description_class: h5 text-start # Page description class + description_class: "h5 text-start" # Page description class math: true # Enable math typesetting with KaTeX - title_class: 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 ```