From 131d54d60dd9e06581498c7112007b45a9c6935b Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Sun, 8 Oct 2023 02:47:12 -0400
Subject: [PATCH] Cleaned up default image for open-graph to use the logo
 instad of nil

---
 layouts/partials/head.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 008a367ce..709e865da 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -42,8 +42,8 @@
       <meta property="twitter:image" {{ printf "content=%q" $socialURL |  safeHTMLAttr}}>
       <meta property="og:image" {{ printf "content=%q" $socialURL |  safeHTMLAttr}}>
     {{ else }}
-      <meta property="twitter:image" content="/images/logo-header-light.png">
-      <meta property="og:image" content="/images/logo-header-light.png">
+      <meta property="twitter:image" content="https://flear.org/images/logo.png">
+      <meta property="og:image" content="https://flear.org/images/logo.png">
     {{end}}
   {{end}}
 
-- 
GitLab