From 64ee60d8c1d26eca8e4bf241d209679557959630 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 27 Jul 2023 10:33:55 +0000 Subject: [PATCH] index: Link to the blog article for the latest release This makes more sense as the link says "Read More". Signed-off-by: Michael Tremer --- src/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/index.html b/src/templates/index.html index bbd876b7..78f70315 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -18,7 +18,7 @@ {% if latest_release.blog %}   - + {{ _("Read More") }} {% end %} -- 2.47.3