Skip to content

Commit

Permalink
Add back a meta tag to fix link previews on LI
Browse files Browse the repository at this point in the history
  • Loading branch information
whitep4nth3r committed Jan 28, 2025
1 parent e0f9b2e commit b9f13dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_includes/head_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<link rel="stylesheet" href="/css/main.css" />

<!-- Open Graph -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:url" content="{{ openGraphUrl }}" />
<meta property="og:title" content="{{ title }}" />
<meta property="og:description" content="{{ metaDescription }}" />
Expand Down

0 comments on commit b9f13dd

Please sign in to comment.