quantum-ai-v3/templates
Claude b63bf51cbc 🔄 Revert to original working social media meta tags configuration
**Found Root Cause in Git History:**
- Checked git history and found working implementation in commit cae8d4a
- Original used simple {% static %} tags without absolute URLs
- Used {{ request.build_absolute_uri }} for URLs instead of manual construction
- Had nested block structure for better inheritance
- No cache-busting version parameters or dimension overrides

**Reverted Changes:**
- Restored original block tag nesting structure
- Removed absolute URL construction (Django handles this automatically)
- Removed manual dimension specifications that were causing mismatches
- Removed cache-busting parameters that may confuse social platforms
- Simplified meta tag structure to match proven working version

**Why This Should Work:**
- Django's {% static %} tag automatically generates correct absolute URLs
- {{ request.build_absolute_uri }} provides proper canonical URLs
- Simpler structure = fewer points of failure
- Matches exact implementation that was confirmed working

**Testing:** Use Facebook Sharing Debugger and Twitter Card Validator to verify

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-16 15:19:58 +05:30
..
agent_base 🔒 Enhance marketplace security with comprehensive protections 2025-07-26 08:22:59 +05:30
authentication 🔧 Remove email verification system and update event URL 2025-08-16 12:35:26 +05:30
components 🎯 Fix webhook agents by removing custom JavaScript conflicts 2025-08-15 09:35:43 +05:30
core 🤖 Transform digital branding page to emphasize AI capabilities 2025-08-03 14:22:19 +05:30
wallet 🗑️ Remove workflows app completely and streamline to agents-only 2025-07-31 23:27:09 +05:30
wrapper 🎨 Add external service wrappers and social media previews 2025-08-15 18:21:16 +05:30
400.html 🔧 Fix wallet 500 error and error page alignment 2025-07-27 09:29:29 +05:30
403.html 🗑️ Remove workflows app completely and streamline to agents-only 2025-07-31 23:27:09 +05:30
404.html 🗑️ Remove workflows app completely and streamline to agents-only 2025-07-31 23:27:09 +05:30
500.html 🗑️ Remove workflows app completely and streamline to agents-only 2025-07-31 23:27:09 +05:30
base.html 🔄 Revert to original working social media meta tags configuration 2025-08-16 15:19:58 +05:30
test_og.html 🔧 Fix social media link preview image display 2025-08-16 15:03:10 +05:30