We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d9e2d commit 561fc1eCopy full SHA for 561fc1e
src/layouts/BlogPost.astro
@@ -44,7 +44,7 @@ const ogImage = await getImage({ src: heroImage, format: "jpg", height: 200 });
44
<slot />
45
</div>
46
</article>
47
- <a class="index-button" href="/blog">Back to index</a>
+ <a class="index-button" href="/blog">« Back to index</a>
48
49
</main>
50
</BaseLayout>
0 commit comments