alanorth / hugo-theme-bootstrap4-blog

A blogging-centric Bootstrap v4 theme for the Hugo static site generator.
Other
204 stars 132 forks source link

Allow content without PublishDate, eliminates extraneous date output. #141

Closed jeremyrcampb closed 3 years ago

jeremyrcampb commented 3 years ago

Some pages (e.g. an About Us page) I don't want to display a PublishedDate. I can simply omit the date front-matter, but then the page displays an extraneous date:

<p class="blog-post-meta">
<time datetime="0001-01-01T00:00:00Z">
</p>

The proposed change will omit timestamp when date is not set.

alanorth commented 3 years ago

Sure this sounds reasonable. Thank you.