X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/9a9c412adb16bb781a4542be0b5fb42fecc31ff4..d442a653574db921d87e6dd660fd23c86983c3e7:/templates/index.html diff --git a/templates/index.html b/templates/index.html index 229cecfd8..780878df9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,31 +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  — supporting free and open source communities since 1998

{% with article = get_module("news").articles[-1] %} -

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

-

{{ article.render() }}

- {# -
{{ artinfo.info(article) }}
+
{{ article.render() }}
+
+ + view archive + +
{% endwith %} - - News Archive
{% endblock content %}