So I recently switched distros, and moved my content over to the new box. Sadly I don’t remember the version of Hugo I was running, but now I’m running 0.42. Before the move my main page would render my posts in the following format:
Title1 / publish date
Title2 / publish date
Now it renders as
Title1 / description
Title2 / description
I can see the source on the main page is using post-stub-description. I would think it would be post-date but obviously I don’t want to edit this by hand every single time. I’m just not sure where its generated from as I’m very new to Hugo:
<li class="post-stub">
<a href="https://fubar.com/2018/04/16/foo/">
<h4 class="post-stub-title">Foo + Bar</h4>
<p class="post-stub-description">Crappy description</p>
</a>
</li>
If someone could tell me how to change it back I would be much obliged.
Thanks