This commit is contained in:
nelle 2024-08-17 15:54:16 -06:00
parent 614e1ed42e
commit 3b5d6be118
2 changed files with 1 additions and 6 deletions

View file

@ -1,11 +1,6 @@
--- ---
import { SITE_TITLE, SITE_DESCRIPTION } from "../consts"; import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
interface Props {
title: string;
description: string;
}
const canonicalURL = new URL(Astro.url.pathname, Astro.site); const canonicalURL = new URL(Astro.url.pathname, Astro.site);
const page = Astro.url.pathname; const page = Astro.url.pathname;
--- ---

View file

@ -2,7 +2,7 @@
import Layout from "../layouts/Layout-nochrome.astro"; import Layout from "../layouts/Layout-nochrome.astro";
--- ---
<Layout title="LimePot"> <Layout title="chrome bad">
<main> <main>
<div class="content"> <div class="content">
<h1 class="title" style="text-align: center;"> <h1 class="title" style="text-align: center;">