feat: add og tags for nicer previews #10
|
@ -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
|
||||
|
|
|
@ -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 |
Loading…
Reference in New Issue