From 098673f72e017dd70b5930066f60db3d8184fd39 Mon Sep 17 00:00:00 2001 From: Robert Fekete Date: Tue, 6 Aug 2024 17:19:21 +0200 Subject: [PATCH] Review comment fixes --- userguide/content/en/docs/adding-content/lookandfeel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userguide/content/en/docs/adding-content/lookandfeel.md b/userguide/content/en/docs/adding-content/lookandfeel.md index 7e484875fd..bd4884b621 100644 --- a/userguide/content/en/docs/adding-content/lookandfeel.md +++ b/userguide/content/en/docs/adding-content/lookandfeel.md @@ -345,7 +345,7 @@ By default, Docsy adds the `td-{{ .Kind }}` class, where the kind is the kind of ``` -Sometimes it's useful to assign custom classes to a page, or to an entire section, for example, to apply custom styling. To do so, add the `body_class` parameter to the frontmatter of your page. The value of the parameter will be then added to the class attribute of your page's body element. +Sometimes it's useful to assign custom classes to a page, or to an entire section, for example, to apply custom styling. To do so, add the `body_class` parameter to the frontmatter of your page. The value of the parameter will then be added to the class attribute of your page's body element. To add the classes `myclass` and `anotherclass`, add the following line to the frontmatter of the page: