Fix script setting age was skipped
Lonami Exo totufals@hotmail.com
Sat, 06 Feb 2021 23:41:48 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
templates/index.html
→
templates/index.html
@@ -96,10 +96,10 @@ <a href="mailto:totufals@hotmail.com">totufals[at]hotmail[dot]com</a>
and I will try to reply as soon as I can. Please don't use the email if you need help with a specific project, this is better discussed in the group where everyone can benefit from it.</p> -{% endblock %} <script type="text/javascript"> now = (new Date()).getFullYear(); document.getElementById("age").innerHTML = "aged " + (now - 1999); document.getElementById("programming").innerHTML = "for " + (now - 2012) + " years"; </script> +{% endblock %}