mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat: finish Projects overview
This commit is contained in:
@@ -8,12 +8,13 @@ import PageFooter from '../components/PageFooter.astro';
|
||||
|
||||
export interface Props {
|
||||
backLink?: string;
|
||||
description?: string;
|
||||
footer?: boolean;
|
||||
header?: boolean;
|
||||
title: string;
|
||||
}
|
||||
|
||||
const { backLink, footer = true, header = true, title } = Astro.props;
|
||||
const { backLink, footer = true, header = true, title, description } = Astro.props;
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
Reference in New Issue
Block a user