A super easy JavaScript hack so you don't have to update the copyright date on yours or your client's sites every year.
- Firstly construct and style your copyright sentence as you'd like it to look.
- Then add a <span> div around where you'd like the date to feature.
- Give the span an id, in this example, I've called it currentYear.
- You can place the custom code you are about to write in the main project settings custom code area. This code will work perfectly well there. However, since this little hack is usually used in footers, and if you are developing in Webflow, your footers should be components by now, which will be identical wherever you place them by design. So I find it useful to keep this code local to the footer component by adding a custom code embed block inside, but at the very end of the footer component, as below.
- Place the following code inside that Embed block, or indeed in the main custom code block on the project settings page, if that's where you prefer it.
- Publish your site and that's it. No more manually updating the copyright year.