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 5e62d11 commit aea65e6Copy full SHA for aea65e6
1 file changed
src/layouts/Layout.astro
@@ -27,7 +27,6 @@ const { frontmatter } = Astro.props;
27
{
28
sortedPages.map((page) => (
29
<a href={page.url + "/"}>
30
- {page.url}
31
<div>{page.frontmatter.title}</div>
32
</a>
33
))
0 commit comments