File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed
Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import BlogPostItemHeader from '@theme/BlogPostItem/Header';
1313import BlogPostItemContent from '@theme/BlogPostItem/Content' ;
1414import BlogPostItemFooter from '@theme/BlogPostItem/Footer' ;
1515import Giscus from '@site/src/components/Giscus' ;
16- import HitTracker from '@site/src/components/HitTracker' ;
1716
1817// apply a bottom margin in list view
1918function useContainerClassName ( ) {
@@ -36,7 +35,6 @@ export default function BlogPostItem({
3635 { ( ! disable_comments && isBlogPostPage ) && (
3736 < >
3837 < br />
39- < HitTracker />
4038 < Giscus />
4139 </ >
4240 ) }
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import DocItemContent from '@theme/DocItem/Content';
1919import DocBreadcrumbs from '@theme/DocBreadcrumbs' ;
2020import ContentVisibility from '@theme/ContentVisibility' ;
2121import Giscus from '@site/src/components/Giscus' ;
22- import HitTracker from '@site/src/components/HitTracker' ;
2322
2423import styles from './styles.module.css' ;
2524
@@ -71,7 +70,6 @@ export default function DocItemLayout({children}) {
7170 < >
7271 < br />
7372 < br />
74- < HitTracker />
7573 < Giscus />
7674 </ >
7775 ) }
You can’t perform that action at this time.
0 commit comments