deleteea
This commit is contained in:
parent
614e1ed42e
commit
3b5d6be118
2 changed files with 1 additions and 6 deletions
|
@ -1,11 +1,6 @@
|
|||
---
|
||||
import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
|
||||
|
||||
interface Props {
|
||||
title: string;
|
||||
description: string;
|
||||
}
|
||||
|
||||
const canonicalURL = new URL(Astro.url.pathname, Astro.site);
|
||||
const page = Astro.url.pathname;
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
import Layout from "../layouts/Layout-nochrome.astro";
|
||||
---
|
||||
|
||||
<Layout title="LimePot">
|
||||
<Layout title="chrome bad">
|
||||
<main>
|
||||
<div class="content">
|
||||
<h1 class="title" style="text-align: center;">
|
||||
|
|
Loading…
Reference in a new issue