Skip to content

Commit

Permalink
update meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
nklmkln committed Jul 23, 2024
1 parent 3f674d2 commit eed0403
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content">

<title>Something from Your Mind</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/newItem.css">
<link rel="stylesheet" href="css/list.css">
Expand All @@ -22,12 +21,29 @@
<link rel="canonical" href="https://smthmind.com" />
<link rel="manifest" href="manifest.webmanifest">

<meta property="og:title" content="Something from Your Mind" />
<!-- HTML Meta Tags -->
<title>Something from Your Mind</title>
<meta name="description"
content="A space to collect your thoughts locally on your device and revisit them for reflection">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://smthmind.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="Something from Your Mind">
<meta property="og:description"
content="A space to collect your thoughts locally on your device and revisit them for reflection" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://smthmind.com/assets/meta-image.png" />
<meta property="og:url" content="https://smthmind.com/" />
content="A space to collect your thoughts locally on your device and revisit them for reflection">
<meta property="og:image" content="https://smthmind.com/assets/meta-image.png">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="smthmind.com">
<meta property="twitter:url" content="https://smthmind.com/">
<meta name="twitter:title" content="Something from Your Mind">
<meta name="twitter:description"
content="A space to collect your thoughts locally on your device and revisit them for reflection">
<meta name="twitter:image" content="https://smthmind.com/assets/meta-image.png">

<!-- Meta Tags Generated via https://www.opengraph.xyz -->

<script defer src="https://cloud.umami.is/script.js"
data-website-id="91c6878b-dcf3-42fa-ac15-2abbf40e6db8"></script>
Expand Down

0 comments on commit eed0403

Please sign in to comment.