From f1c27f82c8cd541ec14fc6c99106040c2ed5f9af Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 13 Feb 2024 16:45:07 -0600 Subject: [PATCH] add og:image --- content/posts/display-tempest-weather-static-site/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/posts/display-tempest-weather-static-site/index.md b/content/posts/display-tempest-weather-static-site/index.md index 130fbb7..1a49f1d 100644 --- a/content/posts/display-tempest-weather-static-site/index.md +++ b/content/posts/display-tempest-weather-static-site/index.md @@ -4,6 +4,7 @@ date: "2024-02-11T20:48:49Z" # lastmod: 2024-02-10 description: "Using a GitHub Actions workflow to retrieve data from an authenticated API, posting results to a publicly-accessible pastebin, and displaying them on a static web site." featured: false +thumbnail: "finished-product.png" toc: true comments: true categories: Backstage