inveniosoftware / invenio-theme

Invenio standard theme.
https://invenio-theme.readthedocs.io
MIT License
7 stars 53 forks source link

templates: deduplicate `<head>` definitions #388

Open slint opened 2 weeks ago

slint commented 2 weeks ago

We seem to be overriding the head Jinja block often. We should look into the differences and possibly centralize them higher up the template hierarchy (and rely on {{ super() }} more).

_Originally posted by @slint in https://github.com/inveniosoftware/invenio-theme/pull/387#discussion_r1648590850_