Skip to content

Commit

Permalink
Merge pull request #58 from 2077-Collective/main
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
losndu authored Aug 22, 2024
2 parents c6e8f95 + c26be34 commit 1e36f5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions research/src/components/layout/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ const { title, description, ogImage } = Astro.props

<!--<link rel="canonical" href={canonicalURL} /> -->
<link rel="icon" type="image/svg" href="/favicon.svg" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Avenir:wght@100;200;300;400;500;600;700;800;900&display=swap"
/>

<script
is:inline
Expand Down Expand Up @@ -76,4 +72,8 @@ const { title, description, ogImage } = Astro.props
}
}
}

code {
color: blue;
}
</style>

0 comments on commit 1e36f5d

Please sign in to comment.