CalvinSithideth / Project-Muscle

My CPTC portfolio project. A web forum/message board.
0 stars 0 forks source link

Automate Copyright Year #8

Open CalvinSithideth opened 4 years ago

CalvinSithideth commented 4 years ago

The shared _Layout has a hard-printed '© 2019'

The current year should use the server's DateTime data.

This should be handled on the server-side with C#, as opposed to JavaScript or TypeScript on the client side.