feat: add og tags for nicer previews
This commit is contained in:
parent
561761f581
commit
c63e566a2d
|
@ -35,7 +35,7 @@ header_pages:
|
||||||
style: dark # dark (default), light or hacker
|
style: dark # dark (default), light or hacker
|
||||||
listen_for_clients_preferred_style: false # false (default) or true
|
listen_for_clients_preferred_style: false # false (default) or true
|
||||||
|
|
||||||
footer: '2023 Distrust, LLC'
|
footer: '2024 Distrust, LLC'
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
theme: jekyll-theme-console
|
theme: jekyll-theme-console
|
||||||
|
|
|
@ -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="96x96" href="/assets/favicons/favicon-96x96.png">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
|
||||||
<title>{{ page.title }}</title>
|
<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 %}
|
{% if page.robots %}
|
||||||
<meta name="robots" content="{{page.robots}}" />
|
<meta name="robots" content="{{page.robots}}" />
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
Reference in New Issue