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
No related tags found
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 React from 'react';
import Layout from "@theme/Layout"; import Layout from "@theme/Layout";
import Link from "@docusaurus/Link"; import Link from "@docusaurus/Link";
// import injectHTMLTags from @docusaurus
function GitAntiseche() { function GitAntiseche() {
return ( return (
<>
<Layout title='=Mon antisèche Git' description='Page antisèche Git'> <Layout title='=Mon antisèche Git' description='Page antisèche Git'>
<div <div
style={{ style={{
...@@ -18,8 +20,24 @@ function GitAntiseche() { ...@@ -18,8 +20,24 @@ function GitAntiseche() {
</p> </p>
<script id="form-script-tag-2235710" src="https://systeme.io/public/remote/page/3299399c01759e24377bd1ead360e1cda40992e.js"></script> <script id="form-script-tag-2235710" src="https://systeme.io/public/remote/page/3299399c01759e24377bd1ead360e1cda40992e.js"></script>
</div> </div>
</Layout> </Layout>;
</>
); );
}; };
export default GitAntiseche; export default GitAntiseche;
\ No newline at end of file
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