Bug 202308091 Webpages module removes necessary html elements for custom pages
Using the instructions of https://completehostingguide.com/article/creating-a-custom-page-on-a-channel-in-hubzilla?f=&owt=047a080a5cf79685f4171e4c62833777
it is observed that the following html elements are removed by hubzilla code for the module 'webpages'
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/path/to/file.css" />
<link rel='preconnect' href='/path/to/file' />
<title></title>
</head>
<body>
</body>
</html>
The following is added to the web page:
<script>var homebase = hubzilla.domain/channel/...;
</script>