From f3454d05bf0107193cc36041479b3b6b9c9fd8a7 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Sun, 30 Oct 2022 01:37:17 +0200 Subject: Fix extension of news item Signed-off-by: TheJackiMonster --- template/news/2022-10-libgnunetchat-0.1.1.html | 20 -------------------- template/news/2022-10-libgnunetchat-0.1.1.html.j2 | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 template/news/2022-10-libgnunetchat-0.1.1.html create mode 100644 template/news/2022-10-libgnunetchat-0.1.1.html.j2 diff --git a/template/news/2022-10-libgnunetchat-0.1.1.html b/template/news/2022-10-libgnunetchat-0.1.1.html deleted file mode 100644 index 00334ea6..00000000 --- a/template/news/2022-10-libgnunetchat-0.1.1.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends "common/news.j2" %} -{% block body_content %} -

libgnunetchat 0.1.1 released

-

-This is mostly a bugfix release for libgnunetchat 0.1.0. But it will also update the build process of libgnunetchat to use GNU Automake and it will ensure compatibility with latest changes in GNUnet 0.18.0. -

-

Download links

- -

-The GPG key used to sign is: 3D11063C10F98D14BD24D1470B0998EF86F59B6A -

-

-Note that due to mirror synchronization, not all links may be functional -early after the release. For direct access try -http://ftp.gnu.org/gnu/gnunet/ -

-{% endblock body_content %} diff --git a/template/news/2022-10-libgnunetchat-0.1.1.html.j2 b/template/news/2022-10-libgnunetchat-0.1.1.html.j2 new file mode 100644 index 00000000..00334ea6 --- /dev/null +++ b/template/news/2022-10-libgnunetchat-0.1.1.html.j2 @@ -0,0 +1,20 @@ +{% extends "common/news.j2" %} +{% block body_content %} +

libgnunetchat 0.1.1 released

+

+This is mostly a bugfix release for libgnunetchat 0.1.0. But it will also update the build process of libgnunetchat to use GNU Automake and it will ensure compatibility with latest changes in GNUnet 0.18.0. +

+

Download links

+ +

+The GPG key used to sign is: 3D11063C10F98D14BD24D1470B0998EF86F59B6A +

+

+Note that due to mirror synchronization, not all links may be functional +early after the release. For direct access try +http://ftp.gnu.org/gnu/gnunet/ +

+{% endblock body_content %} -- cgit v1.2.3