]> git.ipfire.org Git - ipfire.org.git/commitdiff
index: Link to the blog article for the latest release
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 27 Jul 2023 10:33:55 +0000 (10:33 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 27 Jul 2023 10:33:55 +0000 (10:33 +0000)
This makes more sense as the link says "Read More".

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/index.html

index bbd876b7b896ac5c18213d8b6188c8b5c9d5ed10..78f703153f598d51b399f81530879f2d1b4eaa33 100644 (file)
@@ -18,7 +18,7 @@
                                        {% if latest_release.blog %}
                                                &nbsp;
 
-                                               <a class="has-text-weight-bold" href="/download/{{ latest_release.slug }}">
+                                               <a class="has-text-weight-bold" href="/blog/{{ latest_release.blog.slug }}">
                                                        {{ _("Read More") }}
                                                </a>
                                        {% end %}