📝 Lint

This commit is contained in:
awesome-stars 2021-09-19 14:07:03 +00:00
parent 19758d1eaf
commit 9eb5059d75
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ function Seo(props) {
let title = site.siteMetadata.siteName
if (props.title && props.title != "") {
if (props.title && props.title != '') {
title = props.title + ' - ' + title
}