chipzoller / hugo-clarity

A theme for Hugo based on VMware Clarity
Other
577 stars 262 forks source link

[Feature] #442

Open ilyessegit opened 1 year ago

ilyessegit commented 1 year ago

I confirm:

Type of feature (check all that apply)

Describe the feature

Hello !

We have a lot of parameters that can be used to add/remove functionality.

One of those parameters is the "showdate" parameters that can show/hide the date on the headers.

And by default to each page, there is the date "Jan 1, 0001"

image

But if i put the "showdate" parameters to false, it remove the dates for ALL pages. But for me, there is some pages who need a date, and other don't.

Preferred solution

There is 2 options that could be great:

1) Just delete and natively show an empty page without "Jan 1, 0001"

2) Having a If/else statement to know which page can show date and which don't show the date.

Alternatives

No response

Additional Context

No response