I have a use case where I would like to add custom content before the </head> tag. #150 implements that. Users can add locally (either in their overriding theme or in the root directory) add /layouts/partials/overrides/header.html and the content is printed at that location.
I see multiple uses for this, after <body>, before </body>...
I have a use case where I would like to add custom content before the
</head>
tag. #150 implements that. Users can add locally (either in their overriding theme or in the root directory) add /layouts/partials/overrides/header.html and the content is printed at that location.I see multiple uses for this, after
<body>
, before</body>
...