🐛 Fix remaining nested block tags in Twitter Card meta tags

- Remove nested og_title and og_description block references
- Simplify Twitter Card meta tag structure
- Resolve final Django template rendering error

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude 2025-08-15 18:31:05 +05:30
parent f66122609d
commit 2dccf03ed7

View File

@ -21,8 +21,8 @@
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="{% block twitter_title %}{% block og_title %}Quantum Tasks AI - AI Platform{% endblock %}{% endblock %}">
<meta name="twitter:description" content="{% block twitter_description %}{% block og_description %}Quantum Tasks AI - Advanced AI platform for automation and intelligent task management. Access powerful AI agents for your business needs.{% endblock %}{% endblock %}">
<meta name="twitter:title" content="{% block twitter_title %}Quantum Tasks AI - AI Platform{% endblock %}">
<meta name="twitter:description" content="{% block twitter_description %}Quantum Tasks AI - Advanced AI platform for automation and intelligent task management. Access powerful AI agents for your business needs.{% endblock %}">
<meta name="twitter:image" content="{% block twitter_image %}{% static 'img/social-preview.png' %}{% endblock %}">
<!-- Unified Font Loading - Single Source of Truth -->