gethugothemes / parsa-hugo

Parsa is a personal blog theme powered by Hugo. It also can be used for portfolio website.
https://gethugothemes.com/products/parsa/?utm_source=parsa_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
157 stars 321 forks source link

Remove "Read More" from Featured posts (desktop and moobile) #45

Closed wondercomm closed 3 years ago

wondercomm commented 3 years ago

Hi,

I was able to edit the desktop layout by editing "layouts/homepage/single.html" ' removed the lines where it says "read more".

I wanted to know how do I remove the "read more" button on mobile layout?

somratpro commented 3 years ago

Hello @wondercomm

I want to let you know that "layouts/homepage/single.html" is just for showing the demo of two homepages, you need to customize index.html file to affect your homepage. https://github.com/themefisher/parsa-hugo/blob/66ebabfe0cfffb98648abed0b48c95a8adb6bc19/layouts/index.html#L16 This line is the featured post layout button.

wondercomm commented 3 years ago

Thank you. That is what I did - eventually figured it out. :) Appreciate the reply!