This commit is contained in:
parent
53ed9f9dee
commit
23d1e6913b
@ -8,7 +8,7 @@ import '@fontsource/quicksand/700.css';
|
||||
|
||||
import Footer from '../components/Footer.astro'
|
||||
import Header from '../components/Header.astro'
|
||||
import {Astro} from 'astro/env'
|
||||
|
||||
interface Props {
|
||||
title: string;
|
||||
type?: 'text' | 'website';
|
||||
|
@ -28,9 +28,9 @@ async function getNewestEntry() {
|
||||
|
||||
const newestRelease = await getNewestEntry()
|
||||
|
||||
const {Content, headings} = await post.render()
|
||||
const {Content} = await post.render()
|
||||
---
|
||||
<Layout headings={headings} {...post.data}>
|
||||
<Layout title={post.data.title}>
|
||||
<div class="flex max-w-screen-lg mx-auto mt-6">
|
||||
<div class="w-full lg:w-1/5">
|
||||
<a href="/changelog" class="underline hover:text-primary flex items-center text-sm">
|
||||
|
Reference in New Issue
Block a user