diff options
-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 %} |