Skip to content

Commit

Permalink
Subject: Update post link to use a relative URL
Browse files Browse the repository at this point in the history
Body: The link in the post template was updated to use a relative URL, which is more appropriate for the current context. This change will ensure that the link works correctly regardless of the page it's being viewed on.
  • Loading branch information
joone committed Mar 24, 2024
1 parent 82d6759 commit c9d674b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posts.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const posthtml = data => `
<body>
<div class="grotesk">
<header>
<a href="/">Go back home</a>
<a href="/..">Go back home</a>
<p>—</p>
</header>
Expand Down

0 comments on commit c9d674b

Please sign in to comment.