Formatted astro files

This commit is contained in:
Firq 2024-01-02 23:58:10 +01:00
parent 04ec083b19
commit c5af572d38
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
9 changed files with 91 additions and 73 deletions
src/layouts

View file

@ -15,7 +15,7 @@ export interface Props {
const icons: IconsLookup = {
home: home,
database: database
database: database,
}
const { descriptionOverride, currentpage, title } = Astro.props
@ -38,7 +38,7 @@ const mapped_navdata = navdata.map((item) => ({
}))
---
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<title>{title}</title>