Make homepage post title a link

This commit is contained in:
2020-10-01 21:16:49 -05:00
parent 0bdadbf3a5
commit 642cb78e80
2 changed files with 2 additions and 2 deletions

2
public

Submodule public updated: 3eea8865d2...e90318a454

View File

@@ -16,7 +16,7 @@ export default function Home({ data }) {
return (
<Page headerInfo={siteMetadata}>
<article className="post">
<h1 className="post-title">{post.frontmatter.title}</h1>
<h1 className="post-title"><a href={post.fields.slug}>{post.frontmatter.title}</a></h1>
<div className="post-info d-flex justify-content-start">
<time dateTime={post.frontmatter.isoDate} className="post-date">
{post.frontmatter.formattedDate}, {post.frontmatter.fromNowDate}