X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/fef2588f4a5b42d422df8b0748ce6f23e69ca751..247c2c433d23c40db595200402bba2537e5537c1:/templates/index.html diff --git a/templates/index.html b/templates/index.html index c2bb7d2e9..017704da0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,32 +2,32 @@ {% block title %}{{ config.name }}{% endblock %} {% import "artinfo.html" as artinfo %} {% block content %} -
-

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

+
+

Welcome to  — supporting free and open source communities since 1998

{% with article = get_module("news").articles[-1] %} - {{ artinfo.info(article) }} +
{{ artinfo.info(article) }}
{{ article.render() }}
- {# -
+ + view archive + +
{% endwith %}
{% endblock content %}