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