X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/fb48ec129f3153fba2ad032cb102ebfc9947def2..29ecc4a5f03c6b11115a984ec40a1d3e7f09638a:/templates/index.html diff --git a/templates/index.html b/templates/index.html index 7783714f8..6235d8c30 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,30 +2,34 @@ {% set title = config.name %} {% block content %}
-

Welcome to freenode, the new home of your - projects.

+

Welcome to freenode — supporting free and open source communities since 1998

-
- Chat

- FAQ

- Register a group
+ + +
Chat
+
+ + +
Register a group
+
+ + +
FAQ
+
{% with article = get_module("news").articles[-1] %} -

{{ article.title }}  - {{ article.datetime }} by {{ article.author }}

+ {{ article.title }}  + {{ article.author }} on {{ article.datetime }}

{{ article.render() }}

{# #} {% endwith %} + + News Archive
{% endblock content %}