Formatted astro files
This commit is contained in:
parent
04ec083b19
commit
c5af572d38
9 changed files with 91 additions and 73 deletions
src/layouts
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue