From fa5dcc3800259386cdfd129575d31a9ef90f24a8 Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Wed, 5 Aug 2026 12:52:24 -0700 Subject: [PATCH] index-hbs.md: add some missing periods In the "Data" section most list items ended with periods - adjust the ones missing periods --- guide/src/format/theme/index-hbs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/src/format/theme/index-hbs.md b/guide/src/format/theme/index-hbs.md index 35e8b03637..a512049e9e 100644 --- a/guide/src/format/theme/index-hbs.md +++ b/guide/src/format/theme/index-hbs.md @@ -20,11 +20,11 @@ Here is a list of the properties that are exposed: - ***language*** Language of the book in the form `en`, as specified in `book.toml` (if not specified, defaults to `en`). To use in \ for example. - ***title*** Title used for the current page. This is identical to `{{ chapter_title }} - {{ book_title }}` unless `book_title` is not set in which case it just defaults to the `chapter_title`. -- ***book_title*** Title of the book, as specified in `book.toml` -- ***chapter_title*** Title of the current chapter, as listed in `SUMMARY.md` +- ***book_title*** Title of the book, as specified in `book.toml`. +- ***chapter_title*** Title of the current chapter, as listed in `SUMMARY.md`. - ***path*** Relative path to the original markdown file from the source - directory + directory. - ***content*** This is the rendered markdown. - ***path_to_root*** This is a path containing exclusively `../`'s that points to the root of the book from the current file. Since the original directory