]> git.ipfire.org Git - ipfire.org.git/commitdiff
index: Link to download page rather than changelog
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Nov 2021 16:53:46 +0000 (16:53 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Nov 2021 16:53:46 +0000 (16:53 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/index.html

index b63d07dbf650303137b4c24649f2085df336ccac..7d6daeb9f01964f1db39c2379cbd995475d00fb9 100644 (file)
@@ -17,8 +17,8 @@
                                {% if latest_release.blog %}
                                        &nbsp;
 
-                                       <a class="text-dark font-weight-bold" href="/blog/{{ latest_release.blog.slug }}">
-                                               {{ _("Read More") }}
+                                       <a class="text-dark font-weight-bold" href="/download/{{ latest_release.slug }}">
+                                               {{ _("Get It Now") }}
                                        </a>
                                {% end %}
                        </div>