X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/5ef311306dbb90aad1cc774c0ea50d2f8ae8a55e..ecfc59ab800cc59d74835294dd4f6a276c992dc1:/templates/index.html diff --git a/templates/index.html b/templates/index.html index 63bd779a8..a931b5e60 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,24 +1,33 @@ {% extends "base.html" %} -{% set title = config.name %} +{% block title %}{{ config.name }}{% endblock %} +{% import "artinfo.html" as artinfo %} {% 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.render() }}

+ {{ artinfo.info(article) }} +
{{ article.render() }}
+
+ + all + +
{% endwith %}
{% endblock content %}