Skip to content

Commit

Permalink
Carbon
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jan 8, 2024
1 parent 2b407bb commit 796f11e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/components/CarbonAd.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ const CarbonAds = () => {
}, []);

return (
<>
<div id="carbonads"></div>
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CWYIC53L&placement=dashyto" id="_carbonads_js"></script>
</>
);
};

Expand Down
5 changes: 2 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ export default function Home() {
return (
<Layout
title={siteConfig.title}
description="Description will go into a meta tag in <head />">
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CWYIC53L&placement=dashyto" id="_carbonads_js"></script>
description="Dashy, the self-hosted dashboard app for your homelab">
<HomePageHeader />
<HomePageFeatures />
<main>
<main>
</main>
</Layout>
);
Expand Down

0 comments on commit 796f11e

Please sign in to comment.