fixed a stupid error
Marco Andronaco andronacomarco@gmail.com
Fri, 09 Apr 2021 20:23:09 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
templates/index.html
→
templates/index.html
@@ -57,7 +57,7 @@ and I will try to reply as soon as I can.</p>
<script type="text/javascript"> now = (new Date()).getFullYear(); - document.getElementById("age").innerHTML = "aged " + (now - 1999); + document.getElementById("age").innerHTML = "aged " + (now - 1998); document.getElementById("programming").innerHTML = "for " + (now - 2016) + " years"; </script> {% endblock %}