From 9a24107d9affb2452d39f9319131df765d3a044a Mon Sep 17 00:00:00 2001 From: Polaris <37720445+PolarisWasInDenial@users.noreply.github.com> Date: Thu, 18 Jul 2024 03:50:22 -0500 Subject: [PATCH] Update default-theme-footer.md --- docs/en/reference/default-theme-footer.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/reference/default-theme-footer.md b/docs/en/reference/default-theme-footer.md index a58e8ac6..7c2bb306 100644 --- a/docs/en/reference/default-theme-footer.md +++ b/docs/en/reference/default-theme-footer.md @@ -1,6 +1,6 @@ # Footer -VitePress will display global footer at the bottom of the page when `themeConfig.footer` is present. +VitePress will display the global footer at the bottom of the page when `themeConfig.footer` is present. ```ts export default { @@ -37,14 +37,14 @@ export default { ``` ::: warning -Only inline elements can be used in `message` and `copyright` as they are rendered inside a `
` element. If you want to add block elements, consider using [`layout-bottom`](../guide/extending-default-theme#layout-slots) slot instead. +Only inline elements can be used in `message` and `copyright` as they are rendered inside a `
` element. If you want to add block elements, consider using the [`layout-bottom`](../guide/extending-default-theme#layout-slots) slot instead. ::: -Note that footer will not be displayed when the [SideBar](./default-theme-sidebar) is visible. +Note that the footer will not be displayed when the [SideBar](./default-theme-sidebar) is visible. ## Frontmatter Config -This can be disabled per-page using the `footer` option on frontmatter: +This can be disabled on a per-page basis using the `footer` option on frontmatter: ```yaml ---