diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-02-20 16:20:59 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-02-20 16:20:59 +1100 |
commit | 22d542b0d526fa345027c510c219f25f4e850f53 (patch) | |
tree | 683221ed7e914a14c319f19d88fcc56dd955c5c3 /project | |
parent | 09c54d26a67b268290f978add3e03d6a5181dc78 (diff) |
Added irc contact
Diffstat (limited to 'project')
-rw-r--r-- | project/templates/about.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/project/templates/about.html b/project/templates/about.html index 8458d3c..3079224 100644 --- a/project/templates/about.html +++ b/project/templates/about.html @@ -31,8 +31,9 @@ really not cut out for research. My mindset is too focused on solving problems. <h4>Contact</h4> -<p>(There should be an email address here, but I haven't yet set up an email server to receive it. Make -a note of it. Until I do, you'll just have to make do with these gloriously javascript-free webpages -instead.)</p> +<p> +Email: TBA<br> +IRC: jedb on irc.freenode.net +</p> {% endblock %} |