Skip to content

Commit b59ef08

Browse files
committed
Add title to blog index page
1 parent 53c2e7f commit b59ef08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/blog/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const posts = (await getCollection("blog")).sort(
99
);
1010
---
1111

12-
<BaseLayout current="/blog">
12+
<BaseLayout current="/blog" title="Blog index - Jesus Cano">
1313
<main>
1414
<div class="row">
1515
<ul>

0 commit comments

Comments
 (0)