X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/8978a3db279f6ba3e9b5e18b6b1a41d7e72d3e3f..660a5a53914a48e83030160ab84e6250f7ad6d18:/templates/index.html diff --git a/templates/index.html b/templates/index.html index 3e09360a9..63bd779a8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,24 +2,23 @@ {% set title = config.name %} {% block content %}
-

Welcome to freenode, the new home of your projects.

- - +

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

- -
Chat -
- -
FAQ -
- -
Register a group -
+
+ Chat

+ FAQ

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

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

+

{{ article.render() }}

+ {% endwith %}
{% endblock content %}