git: 352045705c - main - Fix typo in footer
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=352045705cfcd96b77fa6a520706cd9947af085b commit 352045705cfcd96b77fa6a520706cd9947af085b Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2022-09-24 17:04:11 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2022-09-24 17:04:11 +0000 Fix typo in footer --- documentation/themes/beastie/layouts/partials/site-footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/themes/beastie/layouts/partials/site-footer.html b/documentation/themes/beastie/layouts/partials/site-footer.html index 634a79ab2b..015be73356 100755 --- a/documentation/themes/beastie/layouts/partials/site-footer.html +++ b/documentation/themes/beastie/layouts/partials/site-footer.html @@ -107,7 +107,7 @@ </section> <section class="copyright-column"> <p>© 1994-{{ now.Format "2006" }} {{ i18n "f-all-rights-reserved" }}</p> - <span>{{ i18n "f-made-with" }} <span class="heart"><i class="fa fa-heart" aria-hidden="true"></i></span> by the {{ i18n "f-by-freebsd-community" }}</span> + <span>{{ i18n "f-made-with" }} <span class="heart"><i class="fa fa-heart" aria-hidden="true"></i></span>{{ i18n "f-by-freebsd-community" }}</span> </section> </div> </footer>