+
);
}
diff --git a/packages/docusaurus-theme-bootstrap/src/theme/BlogTagsListPage/index.js b/packages/docusaurus-theme-bootstrap/src/theme/BlogTagsListPage/index.js
index 689a6bb47a..2d39a25a8e 100644
--- a/packages/docusaurus-theme-bootstrap/src/theme/BlogTagsListPage/index.js
+++ b/packages/docusaurus-theme-bootstrap/src/theme/BlogTagsListPage/index.js
@@ -4,7 +4,9 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
+
import React from 'react';
+import Layout from '@theme/Layout';
import Link from '@docusaurus/Link';
function BlogTagsListPage(props) {
@@ -24,10 +26,12 @@ function BlogTagsListPage(props) {
);
return (
-
-
Tags
-
{renderAllTags()}
-
+
+
+
Tags
+
{renderAllTags()}
+
+
);
}
diff --git a/packages/docusaurus-theme-bootstrap/src/theme/BlogTagsPostsPage/index.js b/packages/docusaurus-theme-bootstrap/src/theme/BlogTagsPostsPage/index.js
index 89da960d8b..07a50ff6bc 100644
--- a/packages/docusaurus-theme-bootstrap/src/theme/BlogTagsPostsPage/index.js
+++ b/packages/docusaurus-theme-bootstrap/src/theme/BlogTagsPostsPage/index.js
@@ -7,6 +7,7 @@
import React from 'react';
import BlogPostItem from '@theme/BlogPostItem';
+import Layout from '@theme/Layout';
import Link from '@docusaurus/Link';
function pluralize(count, word) {
@@ -18,31 +19,35 @@ function BlogTagsPostPage(props) {
const {allTagsPath, name, count} = metadata;
return (
-
-
-
- {count} {pluralize(count, 'post')} tagged with "{name}
- "
-
- View All Tags
-
+
+
+
+
+ {count} {pluralize(count, 'post')} tagged with "{name}
+ "
+