-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
thanks for the wonderful theme! 🤩🙏🏻
I noticed that override blocks fails using extrahead - instead I am using htmltitle which works fine.
Expected Behavior
compiling
{% extends "base.html" %}
{% block extrahead %}
{% endblock %}
correctly
Current Behavior
no show
Reproduction Steps
using the mentioned override block
Possible Solution
as a quick fix, use
{% extends "base.html" %}
{% block htmltitle %}
{% endblock %}
instead
Additional Information/Context
No response
SDK version used
0.2.0
Environment details (OS name and version, etc.)
macOS Tahoe v26.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working