Skip to content

Commit d20fd48

Browse files
committed
fix: adjust header link placement
Rearranged header links in `index.njk` and `year.njk` to ensure consistent navigation functionality. This change improves semantics and aligns the structure of both templates. (This commit message was AI-generated.) Signed-off-by: Jens Oliver Meiert <jens@meiert.com>
1 parent c882f63 commit d20fd48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_src/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div id="container">
1818
<div class="inner">
1919
<header>
20-
<h1><a href="/">CSS Naked Day</a></h1>
20+
<h1>CSS Naked Day</h1>
2121
<h2>Show off your semantic <code>&lt;body&gt;</code>!</h2>
2222
</header>
2323

_src/year.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div id="container">
2828
<div class="inner">
2929
<header>
30-
<h1>CSS Naked Day {{ year }}</h1>
30+
<h1><a href="/">CSS Naked Day</a> {{ year }}</h1>
3131
<h2>Show off your semantic <code>&lt;body&gt;</code>!</h2>
3232
</header>
3333
<hr>

0 commit comments

Comments
 (0)