feat: add og tags for nicer previews #10

Manually merged
ryan merged 7 commits from feat/add-og-tags into main 2024-07-10 21:15:27 +00:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit 3a705aae2b - Show all commits

View File

@ -10,9 +10,13 @@
<meta property="og:site_name" content="Distrust" />
<meta property="og:description" content="Understand and mitigate security threats others won't see coming." />
<meta
property="og:image"
property="og:image:secure_url"
content="https://distrust.co/assets/base/distrust-logo.png"
/>
<meta
property="og:image"
content="http://distrust.co/assets/base/distrust-logo.png"
/>
{% if page.robots %}
<meta name="robots" content="{{page.robots}}" />