Add timestamps to posts

Redesign homebutton a bit
arugh
Clean up Card stuff
This commit is contained in:
Michał Gdula 2024-05-26 21:56:50 +01:00
parent 59f1904d88
commit b22adbda96
11 changed files with 87 additions and 45 deletions

View file

@ -4,8 +4,6 @@ import Banner from "../assets/banner.png";
interface Props {
title: string;
image: string,
alt: string,
}
const { title} = Astro.props;