I’m trying to find how I can edit the info displayed on the blog page (i.e. the page where all the articles are listed). More precisely, I’m trying to remove the title of the article from this page. I’m using the Antimatter theme
For instance, right now, I have the following info displayed :
Page title
Image (header)
Article title
Part of the text
My question is : Is it possible to remove the article title from this page while keeping the title once you access the article ?
Probably depends on your theme
I’m using Antimatter. I edited the post. Sorry for that
Based on the code, it seems like all this text comes either from your page.summary
or page.content
(lines 53-62)
Thanks ! I can confirm that it’s where the modification should be done. However, I didn’t find how to remove the title part. I’m not sure how the page.x
works. I also tried a work around by modifying the custom.css
file with the following lines:
.p-summary h1 {
display: none;
}
But for some reason, the custom.css
file doesn’t seem to do anything for this. I’ll write a post for that.
How does your MD file look like? I’m pretty sure you have a title directly in your content