diff --git a/index.html b/index.html index 55849eb..c2ec76f 100644 --- a/index.html +++ b/index.html @@ -92,4 +92,8 @@ `).join(''); // Render Copyright - document.getElementById('copyright-text').innerHTML = `© ${CONFIG.profile.copyrightYear} ${CONFIG.profile.name}. All \ No newline at end of file + document.getElementById('copyright-text').innerHTML = `© ${CONFIG.profile.copyrightYear} ${CONFIG.profile.name}. All rights reserved.`; + }); + + + \ No newline at end of file