X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/23def4ed56185ce98b4cc12c8a8b290fe0b97349..6bb71fc1e9ac3ce3d7bf3c323a28c5d8995fc0c7:/templates/index.html diff --git a/templates/index.html b/templates/index.html index 7bc9b71d9..6235d8c30 100644 --- a/templates/index.html +++ b/templates/index.html @@ -20,8 +20,8 @@
{% with article = get_module("news").articles[-1] %} -

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

+ {{ article.title }}  + {{ article.author }} on {{ article.datetime }}

{{ article.render() }}

{#