X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/8e62cb06b5b64807ad7dffa5bb86cb4246aaeebf..a4cef4d4cd5ff1b4f2cca43c3a0f16e2c7213132:/templates/index.html diff --git a/templates/index.html b/templates/index.html index 4091c5e93..017704da0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,33 +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 %}