Question: Does unpoly support merge of the head content? #296
|
I used unpoly and i noticed when I switch between pages if the new page has new content in the head it isn't merged with the old. Does unpoly support this feature by some config or api? |
Replies: 2 comments 12 replies
|
Unpoly will merge |
|
I would like to reimplement the merging functionality from HTMX to Unpoly as well. I would process it separately and then send a PR including docs update. @triskweline - as the lead author of Unpoly and its internal architecture, could you describe to me in 2-3 sentences where in Unpoly's architecture you would put this functionality? For now, I implement it by catching the I will be very grateful for any ideas and suggestions you have on how to grasp the implementation. I believe that I will then be able to deliver a PR that will not be too much work for you :-) |
Unpoly will merge
<title>from new pages. The rest of<head>is ignored, AFAIK.