feat: add og tags for nicer previews

This commit is contained in:
Anton Livaja 2024-05-13 16:16:06 -04:00
parent 561761f581
commit c63e566a2d
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
3 changed files with 8 additions and 1 deletions

View File

@ -35,7 +35,7 @@ header_pages:
style: dark # dark (default), light or hacker
listen_for_clients_preferred_style: false # false (default) or true
footer: '2023 Distrust, LLC'
footer: '2024 Distrust, LLC'
# Build settings
theme: jekyll-theme-console

View File

@ -6,6 +6,13 @@
<link rel="icon" type="image/png" sizes="96x96" href="/assets/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
<title>{{ page.title }}</title>
<meta property="og:title" content="Distrust" />
<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"
content="/assets/base/distrust-logo.png"
/>
{% if page.robots %}
<meta name="robots" content="{{page.robots}}" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB