From 05c6f047d0113b03c80bfa2b29cb60653f792869 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 18 Feb 2024 22:13:42 -0600 Subject: [PATCH] publish post --- content/posts/dynamic-opengraph-images-with-hugo/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/posts/dynamic-opengraph-images-with-hugo/index.md b/content/posts/dynamic-opengraph-images-with-hugo/index.md index f5a56cc..defa34d 100644 --- a/content/posts/dynamic-opengraph-images-with-hugo/index.md +++ b/content/posts/dynamic-opengraph-images-with-hugo/index.md @@ -1,9 +1,8 @@ --- title: "Dynamic OpenGraph Images With Hugo" -date: 2024-02-18 +date: "2024-02-19T04:12:27Z" # lastmod: 2024-02-18 -draft: true -description: "This is a new post about..." +description: "Using Hugo built-in functions to dynamically generate OpenGraph share images for every post." featured: false toc: true comments: true