Work on expanding the routes
This commit is contained in:
@@ -213,6 +213,14 @@ $: if ($slct_trigger == 'set_access_code_li' && !$ae_loc.ds['hub__page__access_c
|
||||
// }
|
||||
</script>
|
||||
|
||||
|
||||
<svelte:head>
|
||||
<title>{data.ae_loc.title}</title>
|
||||
<link rel="stylesheet" href="{data.ae_loc.site_style_href}">
|
||||
<!-- <link rel="manifest" href="/manifest.json"> -->
|
||||
</svelte:head>
|
||||
|
||||
|
||||
<!-- regionFooter="flex justify-end space-x-2" -->
|
||||
|
||||
<Modal components={modalRegistry}
|
||||
@@ -324,7 +332,7 @@ $: if ($slct_trigger == 'set_access_code_li' && !$ae_loc.ds['hub__page__access_c
|
||||
|
||||
|
||||
<svelte:fragment slot="footer">
|
||||
<div class="flex justify-between space-x-2">
|
||||
<div class="flex justify-between space-x-2 text-slate-400 hover:text-slate-800 transition">
|
||||
{@html $ae_loc.ds['hub__site__appshell_footer']}
|
||||
</div>
|
||||
</svelte:fragment>
|
||||
|
||||
Reference in New Issue
Block a user