Skip to content

Commit

Permalink
Add meta description tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jonamil committed Jul 9, 2024
1 parent 5bbb19c commit 004b688
Showing 1 changed file with 32 additions and 20 deletions.
52 changes: 32 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,27 @@
content="yes"
/>
<meta name="theme-color" />
<link
rel="manifest"
href="/app.webmanifest"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon-16.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png"
/>
<meta
property="og:url"
content="https://hackernews.cool/"
Expand All @@ -35,6 +56,14 @@
name="twitter:card"
content="summary_large_image"
/>
<meta
property="twitter:domain"
content="hackernews.cool"
/>
<meta
property="twitter:url"
content="https://hackernews.cool/"
/>
<meta
name="twitter:title"
content="hackernews.cool"
Expand All @@ -47,26 +76,9 @@
name="twitter:image"
content="/social-preview.png"
/>
<link
rel="manifest"
href="/app.webmanifest"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon-16.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png"
<meta
name="description"
content="A multi-column reading experience for Hacker News"
/>
<title>Hacker News</title>
<script
Expand Down

1 comment on commit 004b688

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for hackernews-dot-cool ready!

✅ Preview
https://hackernews-dot-cool-n70a3g4px-jonamil-56ba8df7.vercel.app

Built with commit 004b688.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.