bowman2001 / perplex

A Hugo theme to publish technical content (docs, news, blog, articles)
https://perplex.desider.at
Apache License 2.0
27 stars 11 forks source link

Add a `hideTime` parameter to only display the date for date published and updated #172

Closed janvanveldhuizen closed 3 months ago

janvanveldhuizen commented 3 months ago

For me, and maybe others, the time of publication is not very relevant. The date is. Hence, I propose adding a parameter in the hugo.yaml:

date:
  hideTime: true

The default is false to maintain backwards compatibility.

I already implemented this in my copy of Perplex. I'll do a PR.