Skip to content

Commit

Permalink
Add footer (atuinsh#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie authored Apr 15, 2023
1 parent d5515f5 commit 512a6bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/src/theme/Footer/index.js
Original file line number Diff line number Diff line change
@@ -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>
</>
);
}

0 comments on commit 512a6bd

Please sign in to comment.