Skip to content

Commit

Permalink
style: website layout
Browse files Browse the repository at this point in the history
  • Loading branch information
demshy committed Nov 17, 2023
1 parent 64f4bea commit 2cd547a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/src/components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ function Layout({ hasPageHero, children }) {
>
<Helmet defaultTitle={title} titleTemplate={`%s | ${title}`}>
<meta name="description" content={description} />
<meta name="image" property="og:image" content="https://decapcms.org/img/og-image.jpg" />
<meta
name="image"
property="og:image"
content="https://decapcms.org/img/og-image.jpg"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,900|Roboto+Mono:400,700"
Expand Down

0 comments on commit 2cd547a

Please sign in to comment.