welpo / tabi

A modern Zola theme with search, multilingual support, optional JavaScript, a perfect Lighthouse score, and a focus on accessibility.
https://welpo.github.io/tabi/
MIT License
97 stars 32 forks source link

Show "updated date" instead of creation date #326

Open sam9032 opened 3 weeks ago

sam9032 commented 3 weeks ago

Show "updated date" instead of creation date

Hi there,

thank you for the amazing theme. It looks beautiful and works well! I just started with my own website and blog.

Summary

Is there a way to display the "Last updated" date instead of the creation date on the start-page, atom-page and blog-page?

Motivation

I want to add new things to my posts over time. If its just an addition to an existing topic I don't want to create a new blog post. Right now the change is only visible to a website visitor if he opens the post and sees the "Last updated".

welpo commented 3 weeks ago

Hey Sam!

Thanks for the kind words~

Currently there's no way to add the last updated date. It wouldn't be too hard to add, though. Do you picture it below the creation date? Or showing one instead of the other?

sam9032 commented 3 weeks ago

Hm, good question... I'm just fiddling with it and have replaced it for now. But making it similar to the view under the blog title on the blog page might be good too? :smile:

Right now I've set my own entry in the config.toml: prefer_updated_date
and use it in the list_posts.html macro:

welpo commented 3 weeks ago

I'm thinking we could add a variable post_listing_date_shown (or another descriptive name) with three options:

The logic to show either/both should be easy to implement.

Thoughts?

sam9032 commented 3 weeks ago

I think that's a good idea. That way, everyone can decide for themselves what they want.

welpo commented 3 weeks ago

Great!

Would you like to work on this? It needn't be a complete PR, but anything helps!

sam9032 commented 3 weeks ago

Yes, I'll give it a try!

Von: Óscar @.> An: welpo/tabi @.> Kopie: sam @.>; Author @.> Datum: 12.06.2024 01:21:30 Betreff: Re: [welpo/tabi] Show "updated date" instead of creation date (Issue #326)

Great!

Would you like to work on this? It needn't be a complete PR, but anything helps!

— Reply to this email directly, view it on GitHub[https://github.com/welpo/tabi/issues/326#issuecomment-2161759517], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AC6OX3V4KIHUVYLQH2MH4M3ZG6A7JAVCNFSM6AAAAABJEWTRFKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRRG42TSNJRG4]. You are receiving this because you authored the thread. [Verfolgungsbild][https://github.com/notifications/beacon/AC6OX3QCYNSJ64IWMATATCDZG6A7JA5CNFSM6AAAAABJEWTRFKWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUA3HKR2.gif]

welpo commented 3 weeks ago

Awesome! Don't hesitate to reach out with questions or to create a semi-complete PR~