Skip to content

Commit

Permalink
Add OG tags and images
Browse files Browse the repository at this point in the history
Signed-off-by: Damian Stasik <[email protected]>
  • Loading branch information
damianstasik committed Sep 3, 2024
1 parent ca1b59c commit 5aaa253
Show file tree
Hide file tree
Showing 12 changed files with 854 additions and 3 deletions.
22 changes: 20 additions & 2 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,26 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta
name="description"
content="The open source infrastructure as code tool."
/>
<meta name="twitter:title" content="OpenTofu Registry" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://search.opentofu.org/og.png" />
<meta property="og:image" content="https://search.opentofu.org/og.png" />
<meta property="og:title" content="OpenTofu Registry" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="The open source infrastructure as code tool."
/>
<title>OpenTofu Registry</title>
<link rel="icon" href="/favicon.ico" sizes="48x48" />
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
<link rel="manifest" href="/site.webmanifest" />
<link
rel="preload"
href="/fonts/dmsans-latin.woff2"
Expand All @@ -18,7 +37,6 @@
crossorigin
type="font/woff2"
/>
<title>OpenTofu Registry</title>
<script>
(() => {
var theme = localStorage.getItem("theme");
Expand Down
Loading

0 comments on commit 5aaa253

Please sign in to comment.