Skip to content

Commit

Permalink
fix header blog link
Browse files Browse the repository at this point in the history
  • Loading branch information
scammo committed Sep 25, 2023
1 parent c7385b8 commit 9e41bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/_components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default ({ text }) => (
</a>
<a href={text.header_apply_link}>{text.header_apply}</a>
<a href="#faq">F.A.Q.</a>
<a href="/blog/page/1">Blog</a>
<a href="/blog/page/1/">Blog</a>
</nav>
</section>
);
2 changes: 1 addition & 1 deletion content/_includes/Blog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default (
<section class="shadow header">
<nav class="navbar">
<a href="/">Startseite</a>
<a class="active" href="/blog/page/1">Blog</a>
<a class="active" href="/blog/page/1/">Blog</a>
</nav>
</section>
<div class="card-body content">
Expand Down

0 comments on commit 9e41bdc

Please sign in to comment.