all repos — gemini-redirect @ ae6550b35e6ddcda00b0fa869aca5e3332955665

fixed a stupid error
Marco Andronaco andronacomarco@gmail.com
Fri, 09 Apr 2021 20:23:09 +0200
commit

ae6550b35e6ddcda00b0fa869aca5e3332955665

parent

cb6b25ff4447eb64270186703e82b0955737bc84

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M templates/index.htmltemplates/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 %}