Skip to content

extrahead in override blocks fails #50

@ferdinandhodl

Description

@ferdinandhodl

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

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions