+
diff --git a/packages/docusaurus-theme-classic/src/theme/DocItemFooter/index.tsx b/packages/docusaurus-theme-classic/src/theme/DocItemFooter/index.tsx
index 7f7fd01594..86f70ee722 100644
--- a/packages/docusaurus-theme-classic/src/theme/DocItemFooter/index.tsx
+++ b/packages/docusaurus-theme-classic/src/theme/DocItemFooter/index.tsx
@@ -16,10 +16,15 @@ import TagsListInline, {
} from '@theme/TagsListInline';
import styles from './styles.module.css';
+import {ThemeClassNames} from '@docusaurus/theme-common';
function TagsRow(props: TagsListInlineProps) {
return (
-
{/*
Title can be declared inside md content or declared through frontmatter and added manually
To make both cases consistent, the added title is added under the same div.markdown block
@@ -98,7 +107,10 @@ export default function DocItem(props: Props): JSX.Element {
{renderTocDesktop && (
-
+
)}
+
@@ -38,7 +43,7 @@ function EditMetaRow({
formattedLastUpdatedAt,
}: EditMetaRowProps) {
return (
-
+
{editUrl && }
@@ -75,7 +80,8 @@ export default function DocItemFooter(props: Props): JSX.Element {
}
return (
-