X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/b9f1cb6954cefd0cca684c376ba464f63fb9b232..a360ae4d4bdb1c2b4e2801602145e3937f7e2dec:/templates/index.html diff --git a/templates/index.html b/templates/index.html index 09cece738..a931b5e60 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,36 +1,33 @@ {% extends "base.html" %} -{% set title = config.name %} +{% block title %}{{ config.name }}{% endblock %} {% import "artinfo.html" as artinfo %} {% block content %}

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

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

{{ article.render() }}

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