Compare commits

..
2 changed files with 0 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

View file

@ -16,10 +16,6 @@ const props = Astro.props
<link rel="icon" href={path(import.meta.env.BASE_URL, "/favicon.ico")}/> <link rel="icon" href={path(import.meta.env.BASE_URL, "/favicon.ico")}/>
<meta name="generator" content={Astro.generator}/> <meta name="generator" content={Astro.generator}/>
<title>DIDAYS 2026{props.title ? ` | ${props.title}` : ""}</title> <title>DIDAYS 2026{props.title ? ` | ${props.title}` : ""}</title>
<meta property="og:title" content="DIDAYS 2026" />
<meta property="og:image" content={path(import.meta.env.BASE_URL, "/logo_social.png")} />
<meta property="og:type" content="website" />
<meta property="og:description" content="DIDAYS: Ein Wochenende digitale Selbstbestimmung" />
</head> </head>
<body class="w-screen min-h-screen m-0"> <body class="w-screen min-h-screen m-0">
<Navbar/> <Navbar/>