We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b8101 commit 7f22d21Copy full SHA for 7f22d21
index.html
@@ -97,7 +97,8 @@ <h3>Other Projects</h3>
97
</div>
98
99
<div class="footer">
100
- © 2024 • <a href="https://github.com/yungsamd17/yungsamd17.github.io" target="_blank"><i class="fa-brands fa-github"></i> GitHub Repository</a>
+ © <script>document.write(/\d{4}/.exec(Date())[0])</script>
101
+ • <a href="https://github.com/yungsamd17/yungsamd17.github.io" target="_blank"><i class="fa-brands fa-github"></i> GitHub Repository</a>
102
103
</body>
104
0 commit comments