moves <main> to default.layout
This commit is contained in:
@@ -28,8 +28,6 @@ YEARS="$@"
|
||||
pp "${SHARE}"/components/meta.upphtml
|
||||
#!
|
||||
|
||||
<main>
|
||||
|
||||
<section class='h-feed'>
|
||||
|
||||
<h1>My blog</h1>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user