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 53c2e7f commit b59ef08Copy full SHA for b59ef08
src/pages/blog/index.astro
@@ -9,7 +9,7 @@ const posts = (await getCollection("blog")).sort(
9
);
10
---
11
12
-<BaseLayout current="/blog">
+<BaseLayout current="/blog" title="Blog index - Jesus Cano">
13
<main>
14
<div class="row">
15
<ul>
0 commit comments