all repos — gemini-redirect @ b6b1d243404ad1c9f774fde8596c11a249b748cb

Fix script setting age was skipped
Lonami Exo totufals@hotmail.com
Sat, 06 Feb 2021 23:41:48 +0100
commit

b6b1d243404ad1c9f774fde8596c11a249b748cb

parent

cdf85e4fda4e69c5143e0e89c7c8dbcca9bb73a7

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

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