Arun9739 / Paryatana

A front-end website for travel agency.
https://arun9739.github.io/Paryatana/
MIT License
137 stars 131 forks source link

Make the copyright year update automatically #310

Closed Subha-5 closed 2 years ago

Subha-5 commented 2 years ago

*What is the bug** This is not a bug at present, but using a static copyright year forces the developer to change the year every new year. If it's not changed, it can hamper the reputation of the website. So, using Javascript can help us to update the year every time. This maintains the copyright year. Since the current year 2022 is going to end soon, I got an idea of this feature to get introduced.

Expected behavior On every reload, javascript will automatically check the current year to display in copyright year.

Screenshots Screenshot from 2022-10-21 18-49-51

Additional context This is very useful as the copyright year will be auto updated by simple JavaScript.

Subha-5 commented 2 years ago

@Arun9739 please assign me this issue for hacktoberfest '22

Arun9739 commented 2 years ago

@Subha-5 Go ahead Star the repo 🌟 to show your support.

Subha-5 commented 2 years ago

@Arun9739 please review the changes in the pr #316 and close this issue.