Skip to content

Commit

Permalink
Minor adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
bauerjakob committed Jan 15, 2024
1 parent 1a80568 commit 241cc05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions website/src/layouts/PrivacyPolicy.astro
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
import Footer from "../components/Footer.astro";
import Layout from "./Layout.astro";
// 1. Die content-Eigenschaft bietet Zugriff auf Frontmatter-Daten
---

<Layout title="Privacy Policy">
Expand Down
2 changes: 0 additions & 2 deletions website/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import SelectModelDropdown from "../components/SelectModelDropdown.astro";
const dateOption = Astro.url.searchParams.get("date");
const date = dateOption ? new Date(dateOption) : undefined;
const dateValue2 = date ? `${date.getFullYear()}` : null;
---

<Layout title="InnAi">
Expand Down

0 comments on commit 241cc05

Please sign in to comment.