Skip to content

Commit

Permalink
fix: imprint
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronczichon committed Mar 10, 2024
1 parent 04a79d7 commit 71b4043
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web-canada/src/components/Nav.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const currentPath = pathname.slice(1); // remove the first "/"
<a href="/pengiun">Find Pengiuns</a>
<!-- <a href="map.html">Map</a> -->
<!-- <a href="images.html">Images</a> -->
<a href={"/about/"}>Über uns</a>
<a href="/about/">Über uns</a>
<a href="https://aaronczichon.de/imprint/" target="_blank">Impressum</a>
<a href="javascript:void(0);" class="icon" onclick="toggleNav()">
<MenuIcon />
</a>
Expand Down
3 changes: 3 additions & 0 deletions web-canada/src/pages/pengiun.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ import Layout from '../layouts/Layout.astro';
Dort posten wir von Tag zu Tag Kleinigkeiten in Form eines Microblogs (wie man es von Twitter, Mastodon oder Facebook gewohnt ist).
<br /> Größere Zusammenfassungen und Berichte gibt es hier auf dem Blog.
</p>
<p>
Wenn du den Links zu unserer Find Pengiun Reise haben möchtest schreibe uns einfach eine Nachricht, wenn du unsere privaten Kontaktdaten hast.
</p>
</article>
</main>
</Layout>

0 comments on commit 71b4043

Please sign in to comment.