mirror of
https://github.com/thecyberlearn/quantum-ai-v3.git
synced 2026-08-18 10:12:58 +00:00
🐛 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:
parent
f66122609d
commit
2dccf03ed7
@ -21,8 +21,8 @@
|
|||||||
|
|
||||||
<!-- Twitter Card Meta Tags -->
|
<!-- Twitter Card Meta Tags -->
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<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:title" content="{% block twitter_title %}Quantum Tasks AI - AI Platform{% 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: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 %}">
|
<meta name="twitter:image" content="{% block twitter_image %}{% static 'img/social-preview.png' %}{% endblock %}">
|
||||||
|
|
||||||
<!-- Unified Font Loading - Single Source of Truth -->
|
<!-- Unified Font Loading - Single Source of Truth -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user