Skip to content

Commit b58f5ed

Browse files
committed
2511.6 - fixed the link lol
1 parent c1da536 commit b58f5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/scripts/generateFeed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function generatePostHTML(post) {
154154
<body>
155155
<h1>the mimolet updates.</h1>
156156
<div id="links">
157-
<a href="../" target="_blank" rel="noopener noreferrer">All Posts</a>
157+
<a href="/posts" rel="noopener noreferrer">All Posts</a>
158158
</div>
159159
<article class="feed-item">
160160
<h1>${frontmatter.title}</h1>

0 commit comments

Comments
 (0)