]> git.ipfire.org Git - ipfire.org.git/commitdiff
index: Add link to the about page
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Dec 2023 18:38:30 +0000 (18:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Dec 2023 18:38:30 +0000 (18:38 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/index.html

index 2181ad8a8f9a1aa256623879bb78791aad765722..9bf87206d783e2290c2ad28424bcb084f2937fd4 100644 (file)
                                        </p>
                                </div>
                        </div>
+
+                       <div class="columns is-centered">
+                               <div class="column is-two-thirds p-5">
+                                       <a class="button is-primary is-medium is-fullwidth" href="/about">
+                                               {{ _("Learn More About IPFire") }}
+                                       </a>
+                               </div>
+                       </div>
                </div>
        </section>