Add footer (#879)

This commit is contained in:
Ellie Huxtable 2023-04-15 18:04:19 +01:00 committed by GitHub
parent d5515f5bcd
commit 512a6bda9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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>
</>
);
}