From a2d6f74631b5694374d7a74fda30d37fc5fd8e33 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 4 Jan 2022 20:39:50 +0000 Subject: [PATCH] testing og:image for carding --- config.toml | 1 + layouts/partials/head.html | 1 + 2 files changed, 2 insertions(+) diff --git a/config.toml b/config.toml index 7bbd669..743d1b7 100644 --- a/config.toml +++ b/config.toml @@ -27,6 +27,7 @@ enableGitInfo = true # disqus = "gmgauthier-1" # enabling this will add disqus to the bottom of all my posts automatically. podcastCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/podcast/" blogCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/blog/" + avatar = "/img/blog_avatar.jpg" [markup] [markup.goldmark.renderer] unsafe= true diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 13d6a70..2ab45ba 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,6 +1,7 @@ + {{hugo.Generator}}