Use this code to automatically update the year displayed on your site.
This one's pretty simple.
Just copy this code here, and paste it into an HTML embed in Webflow. Make any adjustments to the text by adding your name and changing the "All Rights Reserved" to whatever you want.
The most common use case for this is to automatically update the year in your footer's copyright message, but you can use the "<script>document.write(new Date().getFullYear())</script>" portion anywhere on your website should you need the current year displayed.