Skip to content

Instantly share code, notes, and snippets.

View metamezzo's full-sized avatar
🤔
(•‿•)

Gerry O metamezzo

🤔
(•‿•)
  • Edinburgh, UK
  • 10:39 (UTC +01:00)
View GitHub Profile
@metamezzo
metamezzo / divi_code_module.html
Last active January 1, 2023 21:49
Dynamic copyright year for Divi Code module
<p>Copyright &copy; <span id="copyright_year">2023</span> YOUR NAME HERE</p>
<script>document.getElementById('copyright_year').textContent = new Date().getFullYear()</script>