From 87ebece06838355a2b658e4ba76b7bce9c68f40d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 28 Nov 2025 01:09:39 -0500 Subject: [PATCH] Remove og:image meta tags to fix 404 errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed Open Graph and Twitter Card image meta tags that were referencing a non-existent og-image.png file. This was causing 404 errors on every page load and wasting bandwidth. Changed Twitter card type from summary_large_image to summary. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/base.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/kjvstudy_org/templates/base.html b/kjvstudy_org/templates/base.html index ed5c7ee..ad96de2 100644 --- a/kjvstudy_org/templates/base.html +++ b/kjvstudy_org/templates/base.html @@ -17,16 +17,12 @@ - - - - + -