Skip to content

Commit

Permalink
Add legal notice to footer and legal layout
Browse files Browse the repository at this point in the history
  • Loading branch information
brandstetterm committed Jan 8, 2024
1 parent 0b7f541 commit c4ef136
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Footer/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ const content = await getTranslatedContent("Footer", lang!);
<li>
<a href=`/${lang}/Legal/Terms`>{content.terms}</a>
</li>
<li>
<a href=`/${lang}/Legal/Impressum`>{content.legal_notice}</a>
</li>
</ul>
<span>{content.copyright}</span>
</div>
Expand Down
4 changes: 4 additions & 0 deletions src/layouts/LegalLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ const navItems = [
href: `/${lang}/Legal/Terms`,
name: "Terms & Conditions",
},
{
href: `/${lang}/Legal/Impressum`,
name: "Legal Notice",
},
];
---

Expand Down

0 comments on commit c4ef136

Please sign in to comment.