@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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4807,7 +4807,7 @@ var TemplateNormal = function TemplateNormal(props) {
|
|
|
4807
4807
|
return React__default.createElement(
|
|
4808
4808
|
'section',
|
|
4809
4809
|
null,
|
|
4810
|
-
React__default.createElement(Header, { title: title + ' | ' + website.title, keyword: keywords, description: description }),
|
|
4810
|
+
React__default.createElement(Header, { title: title ? title + ' | ' + website.title : '' + website.title, keyword: keywords, description: description }),
|
|
4811
4811
|
navigation(),
|
|
4812
4812
|
horizontalAD && horizontalAD.networkID && horizontalAD.adUnit && React__default.createElement(
|
|
4813
4813
|
Container,
|