Skip to content

Commit 561fc1e

Browse files
committed
Add « to the second "Back to index" button
1 parent 11d9e2d commit 561fc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/BlogPost.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const ogImage = await getImage({ src: heroImage, format: "jpg", height: 200 });
4444
<slot />
4545
</div>
4646
</article>
47-
<a class="index-button" href="/blog">Back to index</a>
47+
<a class="index-button" href="/blog">« Back to index</a>
4848
</div>
4949
</main>
5050
</BaseLayout>

0 commit comments

Comments
 (0)