Skip to content

Conversation

@FernandoCelmer
Copy link
Owner

Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.

Issue: 📌 extrahead in override blocks fails

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation updated (documentation was updated and published)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

- Add missing extrahead block in base.html template
- Allows users to override extrahead block in main.html
- Fixes issue where extrahead block override was not working
- Block is positioned between site_meta and styles blocks in <head> section
@FernandoCelmer FernandoCelmer linked an issue Nov 25, 2025 that may be closed by this pull request
@FernandoCelmer FernandoCelmer changed the base branch from master to develop November 25, 2025 05:59
@FernandoCelmer FernandoCelmer marked this pull request as ready for review November 25, 2025 05:59
@FernandoCelmer FernandoCelmer merged commit ead19a3 into develop Nov 25, 2025
2 checks passed
@FernandoCelmer FernandoCelmer deleted the issue/50 branch November 25, 2025 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

extrahead in override blocks fails

2 participants