diff --git a/themes/starter/components/Blog.js b/themes/starter/components/Blog.js index 7ccb5735..b8f51267 100644 --- a/themes/starter/components/Blog.js +++ b/themes/starter/components/Blog.js @@ -40,13 +40,15 @@ export const Blog = ({ posts }) => { className='wow fadeInUp group mb-10' data-wow-delay='.1s'>
- - {item.title} - + {item.pageCoverThumbnail && ( + + {item.title} + + )}
diff --git a/themes/starter/components/Footer.js b/themes/starter/components/Footer.js index d901c2c3..9e212ddf 100644 --- a/themes/starter/components/Footer.js +++ b/themes/starter/components/Footer.js @@ -73,9 +73,14 @@ export const Footer = props => { key={index} href={item?.href} className='group flex items-center gap-[22px]'> -
- {item.title} -
+ {item.pageCoverThumbnail && ( +
+ {item.title} +
+ )} {item.title}