Skip to content

Commit

Permalink
Add title to tech blog pagw
Browse files Browse the repository at this point in the history
  • Loading branch information
eliihen committed Jan 23, 2025
1 parent 40a99d8 commit f9e6069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const BlogIndex = ({ data, location }) => {
return (
<Layout location={location} title={siteTitle}>
<Container className={styles.blogList}>
<Bio />
<h1>The Nova Tech Blog</h1>
<ol style={{ listStyle: `none` }}>
{posts.map(post => {
const title = post.frontmatter.title || post.fields.slug
Expand Down

0 comments on commit f9e6069

Please sign in to comment.