@mjhls/mjh-framework 1.0.32 → 1.0.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -4814,7 +4814,7 @@ var TemplateNormal = function TemplateNormal(props) {
4814
4814
  return React__default.createElement(
4815
4815
  'section',
4816
4816
  null,
4817
- React__default.createElement(Header, { title: title + ' | ' + website.title, keyword: keywords, description: description }),
4817
+ React__default.createElement(Header, { title: title ? title + ' | ' + website.title : '' + website.title, keyword: keywords, description: description }),
4818
4818
  navigation(),
4819
4819
  horizontalAD && horizontalAD.networkID && horizontalAD.adUnit && React__default.createElement(
4820
4820
  Container,