Script execution "Top of pages" vs "HTML Head" - Regression?

All three Top of the pages, Bottom of the pages and HTML Head contents were created before we had a solid site customization story. Now that we do, I migrated them under the proper CSS/HTML tab and used SiteCustomization instead of the SiteText.

This should have been pushed last week, but for some reason wasn’t :blush: I renamed the migrations and properly (this time) pushed it :rat:

https://github.com/discourse/discourse/commit/6ee2849df64e048bce387a4a289d16c7276e770f

NOTES

  • HTML head was migrated into </head>
  • Bottom of the pages was migrated into </body>
  • Top of the pages was removed as it’s redundant (should either use header or the Global Notice).