Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit f8cd7922 authored by Julie Thézénas's avatar Julie Thézénas
Browse files

feat: maj antiseche

parent 4c56c080
No related branches found
Tags v1.4.7
No related merge requests found
Pipeline #4433 failed
This commit is part of merge request !39. Comments created here will be created in the context of that merge request.
import React from 'react';
import Layout from "@theme/Layout";
import Link from "@docusaurus/Link";
// import injectHTMLTags from @docusaurus
function GitAntiseche() {
return (
<>
<Layout title='=Mon antisèche Git' description='Page antisèche Git'>
<div
style={{
......@@ -18,8 +20,24 @@ function GitAntiseche() {
</p>
<script id="form-script-tag-2235710" src="https://systeme.io/public/remote/page/3299399c01759e24377bd1ead360e1cda40992e.js"></script>
</div>
</Layout>
</Layout>;
</>
);
};
export default GitAntiseche;
\ No newline at end of file
export default GitAntiseche;
module.exports = function (context, options) {
return {
name: 'docusaurus-plugin',
loadContent: async () => {
return {remoteHeadTags: await fetchHeadTagsFromAPI()};
},
//content = plugin créée - lien avec config
injectHtmlTags({content}) {
return {
postBodyTags: [`<div> Ceci est le corps de l'article </div>`],
};
},
};
};
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment