From 188e6b7da33117d03b32a7ef74fbd57046a2bd33 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 18 Dec 2023 12:41:55 -0500 Subject: [PATCH] Experimenting with OpenGraph --- content/music/channels.md | 1 + templates/base.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/music/channels.md b/content/music/channels.md index c30cfa0..afc38a3 100644 --- a/content/music/channels.md +++ b/content/music/channels.md @@ -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" --- diff --git a/templates/base.html b/templates/base.html index a340987..4a31c42 100644 --- a/templates/base.html +++ b/templates/base.html @@ -45,7 +45,7 @@ {% endif %} - {% if page.path %}{% endif %} + {% if page.path %}{% endif %} {% if page.date %}{% endif %} {# Fonts #}