Add footer (#879)
This commit is contained in:
parent
d5515f5bcd
commit
512a6bda9c
1 changed files with 11 additions and 0 deletions
11
docs/src/theme/Footer/index.js
Normal file
11
docs/src/theme/Footer/index.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
import React from 'react';
|
||||
import Footer from '@theme-original/Footer';
|
||||
|
||||
export default function FooterWrapper(props) {
|
||||
return (
|
||||
<>
|
||||
<Footer {...props} />
|
||||
<script defer data-domain="atuin.sh" src="https://plausible.io/js/script.js"></script>
|
||||
</>
|
||||
);
|
||||
}
|
Loading…
Reference in a new issue