]> git.ipfire.org Git - ipfire.org.git/commitdiff
docs: Show "Documentation" in header if there is enough space
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 27 Jul 2023 13:30:46 +0000 (13:30 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 27 Jul 2023 13:30:46 +0000 (13:30 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/docs/modules/header.html

index 10114f4aed2793a7c49bb56f7d6ed4085467bb9b..e6d416bc7eab376dc0508f6a04ceb9718f366907 100644 (file)
@@ -37,7 +37,7 @@
                                </ul>
                        </nav>
 
-                       <h1 class="title is-1">{{ page_title or _("IPFire Docs") }}</h1>
+                       <h1 class="title is-1">{{ page_title or _("IPFire Documentation") }}</h1>
                </div>
        </div>
 </section>