X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/47242efddd3da008508721ab62f382f32c4fc663..6db5d50e729ee52786e809d0896187ad16719aa7:/templates/index.html diff --git a/templates/index.html b/templates/index.html index 46b0bb916..b54272ffb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,18 +1,19 @@ {% 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
- +
Register a group
- +
FAQ
@@ -20,16 +21,13 @@
{% with article = get_module("news").articles[-1] %} -

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

-

{{ article.render() }}

- {# -
{{ article.render() }}
+
+ + all + +
{% endwith %} - - News Archive
{% endblock content %}