From 1d31f97dcf323da604077c8807b88edbfa48a088 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 0503843cda..0ed2a8728f 100644 --- a/userguide/content/en/docs/adding-content/lookandfeel.md +++ b/userguide/content/en/docs/adding-content/lookandfeel.md @@ -535,7 +535,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: