Initial commit for website
This commit is contained in:
@@ -4,7 +4,7 @@ import BlogPostLayout from '../../components/BlogPostLayout';
|
||||
|
||||
const MotivationInClay: React.FC = () => {
|
||||
React.useEffect(() => {
|
||||
document.title = "Creative Block for Potters: 10 Tips for Motivation | Hotchpotsh";
|
||||
document.title = "Creative Block for Potters: 10 Tips for Motivation | KNUTH Ceramics";
|
||||
let meta = document.querySelector('meta[name="description"]');
|
||||
if (!meta) {
|
||||
meta = document.createElement('meta');
|
||||
@@ -93,4 +93,4 @@ const MotivationInClay: React.FC = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default MotivationInClay;
|
||||
export default MotivationInClay;
|
||||
|
||||
Reference in New Issue
Block a user