X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/a52cd9aea56505d105c2157735b84af71c89f2f0..0b6b5d8aad216a948a07ab749a451b86e009e8b0:/templates/index.html diff --git a/templates/index.html b/templates/index.html index 0bb121aba..4d78ebdb1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,35 +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

+
+

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() }}

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