fix: hardcoded error code in title

closes #114
This commit is contained in:
Ushie 2023-06-08 22:02:21 +03:00
parent 1ecf9a9738
commit b389a30fb5
No known key found for this signature in database
GPG Key ID: 0EF73F1CA38B2D5F

View File

@ -7,7 +7,7 @@
$: status = $page.status;
</script>
<Meta title="404" />
<Meta title={status.toString()} />
<section class="wrapper">
<h1>{status}</h1>