Experimenting with OpenGraph
This commit is contained in:
parent
1a99e2dd73
commit
188e6b7da3
@ -3,6 +3,7 @@ title: Channels
|
|||||||
date: 2022-11-25
|
date: 2022-11-25
|
||||||
extra:
|
extra:
|
||||||
no_auto_title: true
|
no_auto_title: true
|
||||||
|
og_type: music.album
|
||||||
og_image: https://ewpratten.com/images/music/channels/cover.jpg
|
og_image: https://ewpratten.com/images/music/channels/cover.jpg
|
||||||
og_description: "Single by Evan Pratten. Released Nov 25 2022"
|
og_description: "Single by Evan Pratten. Released Nov 25 2022"
|
||||||
---
|
---
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
<meta name="description" content="{{page.description}}">
|
<meta name="description" content="{{page.description}}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<meta property="og:title" content="{{title}} - {{config.title}}" />
|
<meta property="og:title" content="{{title}} - {{config.title}}" />
|
||||||
{% if page.path %}<meta property="og:type" content="article" />{% endif %}
|
{% if page.path %}<meta property="og:type" content="{{extra.og_type | default(value='article')}}" />{% endif %}
|
||||||
{% if page.date %}<meta property="article:published_time" content="{{page.date}}" />{% endif %}
|
{% if page.date %}<meta property="article:published_time" content="{{page.date}}" />{% endif %}
|
||||||
|
|
||||||
{# Fonts #}
|
{# Fonts #}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user