moves <main> to default.layout

This commit is contained in:
2026-06-18 08:16:51 +01:00
parent c5c4167361
commit 56e2c037b5
5 changed files with 4 additions and 8 deletions
-2
View File
@@ -28,8 +28,6 @@ YEARS="$@"
pp "${SHARE}"/components/meta.upphtml
#!
<main>
<section class='h-feed'>
<h1>My blog</h1>
-2
View File
@@ -8,7 +8,6 @@ pp "${SHARE}"/components/meta.upphtml
pp "${SHARE}"/components/otp-dialog.upphtml
#!
<main>
<form class=contact-form>
<h1>Contact me</h1>
<p hidden class=error></p>
@@ -95,4 +94,3 @@ pp "${SHARE}"/components/otp-dialog.upphtml
await submitOtpForm(selectors);
});
</script>
</main>
-2
View File
@@ -4,7 +4,6 @@ export DESCRIPTION="Error page for Joe Carstairs' personal website"
pp "${SHARE}"/components/meta.upphtml
#!
<main>
<section>
<h1>Got lost?</h1>
@@ -13,4 +12,3 @@ pp "${SHARE}"/components/meta.upphtml
my <a href='/'>homepage</a> instead.
</p>
</section>
</main>
-2
View File
@@ -4,7 +4,6 @@ export DESCRIPTION="Joe Carstairs' personal website"
pp "${SHARE}"/components/meta.upphtml
#!
<main>
<section class="h-card">
<div>
<img class="u-photo" src="/images/headshot.webp" height="96" width="96" />
@@ -46,4 +45,3 @@ pp "${SHARE}"/components/meta.upphtml
</p>
</div>
</section>
</main>