Browse Source

tags: fix build error

pull/114/head
Garrit Franke 2 years ago
parent
commit
d0d9a0a55f
Signed by: garrit
GPG Key ID: 65586C4DDA55EA2C
  1. 2
      pages/posts/[post].js

2
pages/posts/[post].js

@ -78,7 +78,7 @@ export default function BlogTemplate(props) {
Reply via E-Mail
</a>
</p>
{renderTagList()}
{props.frontmatter.tags && renderTagList()}
</Page>
);
}

Loading…
Cancel
Save